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

    Type Alias JzCzHzJson

    The JSON representation of a JzCzHz color.

    type JzCzHzJson = {
        c: number;
        h: number;
        j: number;
    }
    Index

    Properties

    c h j

    Properties

    c: number

    The c component.

    h: number

    The h component.

    j: number

    The j component.