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

    Variable OKLAB_DELTAE_SCALINGConst

    OKLAB_DELTAE_SCALING: { approximate: number; combvd: number; osaucs: number } = ...

    An object containing scaling factors for the OKLab color space, used to calculate color differences (Delta E) based on various methodologies or approximations.

    Properties:

    • approximate: Represents the scaling factors based on an approximate approach for OKLab color difference calculations.
    • combvd: Represents the scaling factors derived from the COMBVD (Combined Visual Differences) method for assessing color differences in the OKLab color space.
    • osaucs: Represents the scaling factors based on OSA-UCS (Optical Society of America Uniform Color Scales) for OKLab-related color difference calculations.

    These scaling factors adjust the contribution of color attributes (lightness, chroma, and hue) when computing the perceived differences in colors, allowing for different models and their corresponding accuracy.

    Type declaration

    • approximate: number
    • combvd: number
    • osaucs: number