onvif
    Preparing search index...

    Interface OSDColorOptions

    Describe the option of the color and its transparency.

    interface OSDColorOptions {
        color?: ColorOptions;
        extension?: OSDColorOptionsExtension;
        transparent?: IntRange;
    }
    Index
    color?: ColorOptions

    Optional list of supported colors.

    transparent?: IntRange

    Range of the transparent level. Larger means more tranparent.