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

    Function hwbToRGB

    • Converts an HWB color to the RGB color space.

      This function implements the standard algorithm for converting from HWB to RGB. When whiteness + blackness >= 1, the color becomes a shade of gray.

      Parameters

      • color: HWBColor

        The HWB color to convert

      Returns RGBColor

      The color in RGB space