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

    Function rgbToOKLab

    • Converts an RGB color to the OKLab color space.

      This function first converts the RGB color to XYZ, then from XYZ to OKLab. OKLab is a perceptually uniform color space designed to better represent how humans perceive color differences.

      Parameters

      • color: RGBColor

        The RGB color to convert

      • OptionaluseChromaticAdaptation: boolean = false

        Whether to adapt from D65 to D50 white point

      Returns OKLabColor

      The color in OKLab space