supervision-js
    Preparing search index...

    Interface BoxFillStyle

    Fill applied behind or inside a rendered detection rectangle.

    interface BoxFillStyle {
        alpha: number;
        color: number;
    }
    Index
    alpha: number
    color: number