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

    Type Alias YuvJson

    The JSON representation of a YUV color.

    type YuvJson = {
        u: number;
        v: number;
        y: number;
    }
    Index

    Properties

    u v y

    Properties

    u: number

    The u component.

    v: number

    The v component.

    y: number

    The y component.