onvif
    Preparing search index...

    Interface ColorPalette

    Describes a Color Palette element.

    interface ColorPalette {
        name: string;
        token: string;
        type: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    name: string

    User readable Color Palette name.

    token: string

    Unique identifier of this Color Palette.

    type: string

    Indicates Color Palette Type. Use tth:ColorPaletteType. Used for multi-language support and display.