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

    Function oklchToHWB

    • Converts a color from OKLCh to HWB color space.

      This function first converts the OKLCh color to RGB, then from RGB to HWB. The HWB color space is a cylindrical representation of RGB, using hue, whiteness, and blackness components. Gamut mapping is performed during the conversion to ensure the resulting color is within the valid RGB gamut.

      Parameters

      • color: OKLChColor

        The OKLCh color to convert

      • OptionalperformGamutMapping: boolean = true

        Whether to perform gamut mapping

      Returns HWBColor

      The color in HWB space