@OPEN-KAPPA/COLORS
    Preparing search index...

    Type Alias JzAzBzJson

    The JSON representation of a JzAzBz color.

    type JzAzBzJson = {
        a: number;
        b: number;
        j: number;
    }
    Index

    Properties

    a b j

    Properties

    a: number

    The a component.

    b: number

    The b component.

    j: number

    The j component.