@dragonspark/chroma-kit
    Preparing search index...

    Type Alias Color

    Color:
        | RGBColor
        | HSLColor
        | HSVColor
        | HWBColor
        | XYZColor
        | LabColor
        | LChColor
        | OKLabColor
        | OKLChColor
        | JzAzBzColor
        | JzCzHzColor

    A type representing a color in various color spaces. Color can be expressed in one of the following formats:

    • RGBColor: Standard Red Green Blue color space.
    • HSLColor: Hue, Saturation, Lightness color representation.
    • HSVColor: Hue, Saturation, Value color representation.
    • HWBColor: Hue, Whiteness, Blackness color model.
    • XYZColor: CIE 1931 color space.
    • LabColor: CIE Lab color space.
    • LChColor: Lightness, Chroma, and Hue color model.
    • OKLabColor: Perceptually uniform Lab color space.
    • OKLChColor: Perceptually uniform LCh color space.
    • JzAzBzColor: Uniform color space designed for high dynamic range.
    • JzCzHzColor: JzAzBz sibling with chroma and hue components.

    This type provides flexibility to handle multiple color formats depending on application requirements.