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

    Type Alias YCbCrJson

    The JSON representation of a YCbCr color.

    type YCbCrJson = {
        cb: number;
        cr: number;
        y: number;
    }
    Index

    Properties

    Properties

    cb: number

    The cb component.

    cr: number

    The cr component.

    y: number

    The y component.