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

    Type Alias XyyJson

    The JSON representation of an xyY color.

    type XyyJson = {
        x: number;
        y: number;
        yl: number;
    }
    Index

    Properties

    x y yl

    Properties

    x: number

    The x component.

    y: number

    The y component.

    yl: number

    The Y luminance component.