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

    Type Alias AdobeRgbJson

    The JSON representation of an Adobe RGB color.

    type AdobeRgbJson = {
        b: number;
        g: number;
        r: number;
    }
    Index

    Properties

    b g r

    Properties

    b: number

    The b component.

    g: number

    The g component.

    r: number

    The r component.