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

    Function jzazbz

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

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

      Parameters

      • jz: number

        The lightness component

      • az: number

        The green-red component (negative values are green, positive values are red)

      • bz: number

        The blue-yellow component (negative values are blue, positive values are yellow)

      • Optionalalpha: number

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

      Returns JzAzBzColor

      A new JzAzBz color object