@OPEN-KAPPA/COLORS
    Preparing search index...

    Type Alias PolarColorSpaces

    Map of polar color spaces from their names to their types.

    type PolarColorSpaces = {
        Hsl: Hsl;
        Hsv: Hsv;
        Hwb: Hwb;
        JzCzHz: JzCzHz;
        Lch: Lch;
        LchUv: LchUv;
        Oklch: Oklch;
    }
    Index

    Properties

    Hsl: Hsl
    Hsv: Hsv
    Hwb: Hwb
    JzCzHz: JzCzHz
    Lch: Lch
    LchUv: LchUv
    Oklch: Oklch