Sign up (with export icon)

ui/colorpicker/colorpickerview

Api-module iconmodule

Classes

Type Definitions

Functions

  • Chevron-right icon

    tryParseHexColor( color ) → null | `
    internal

    Trim spaces from provided color and check if hex is valid.

    Type parameters

    S : extends string

    Parameters

    color : undefined | null | S

    Unsafe color string.

    Returns

    null | `

    Null if provided color is not hex value.