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

    Function hwbToHSV

    • Converts an HWB color to the HSV color space.

      This function first converts the HWB color to RGB, then from RGB to HSV.

      Parameters

      • color: HWBColor

        The HWB color to convert

      Returns HSVColor

      The color in HSV space