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

    Function hwbToLab

    • Converts an HWB color to the CIE Lab color space.

      This function first converts the HWB color to RGB, then from RGB to Lab. The Lab color space is designed to be perceptually uniform and device-independent.

      Parameters

      • color: HWBColor

        The HWB color to convert

      Returns LabColor

      The color in Lab space