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

    Function jzczhz

    • Creates a new JzCzHz color object with the specified components.

      This is the primary factory function for creating JzCzHz colors in the library. The created object includes methods for conversion to other color spaces and string representations.

      Parameters

      • jz: number

        The lightness component

      • cz: number

        The chroma (saturation/colorfulness) component

      • hz: number

        The hue angle in degrees (0-360)

      • Optionalalpha: number

        The alpha (opacity) component (0-1), optional

      Returns JzCzHzColor

      A new JzCzHz color object