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

    Type Alias XyzD50Json

    The JSON representation of an XYZ color.

    type XyzD50Json = {
        x: number;
        y: number;
        z: number;
    }
    Index

    Properties

    x y z

    Properties

    x: number

    The x component.

    y: number

    The y component.

    z: number

    The z component.