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

    Type Alias ColorSpace

    ColorSpace: Color["space"]

    Represents the color space of a given color type.

    The ColorSpace type is derived from the space property of the Color interface. It defines the specific color encoding such as RGB, HSL, LAB, or other color spaces.

    This type is typically used to specify or query the color space associated with a color object in a type-safe way.