onvif
    Preparing search index...

    Interface Color

    interface Color {
        colorspace?: string;
        likelihood?: number;
        x: number;
        y: number;
        z: number;
    }
    Index
    colorspace?: string

    Acceptable values:

    http://www.onvif.org/ver10/colorspace/YCbCr - YCbCr X attribute = Y value Y attribute = Cb value Z attribute = Cr value

    http://www.onvif.org/ver10/colorspace/RGB - RGB X attribute = R value Y attribute = G value Z attribute = B value

    If the Colorspace attribute is absent and not defined on higher level, YCbCr is implied. Deprecated values:

    http://www.onvif.org/ver10/colorspace/CIELUV - CIE LUV http://www.onvif.org/ver10/colorspace/CIELAB - CIE 1976 (Lab*) http://www.onvif.org/ver10/colorspace/HSV - HSV

    likelihood?: number

    Likelihood that the color is correct.

    x: number
    y: number
    z: number