onvif
    Preparing search index...

    Interface OSDColor

    The value range of "Transparent" could be defined by vendors only should follow this rule: the minimum value means non-transparent and the maximum value maens fully transparent.

    interface OSDColor {
        color: Color;
        transparent?: number;
    }
    Index
    color: Color
    transparent?: number