supervision-js
    Preparing search index...

    Interface MaskHaloAnnotationRenderer

    Soft glow that follows the exact mask silhouette.

    The backend blurs the prepared mask coverage on the GPU and reuses the mask renderer's prepared artifacts; listing this kind without the mask renderer still prepares the required mask coverage internally.

    interface MaskHaloAnnotationRenderer {
        id: string;
        kind: "maskHalo";
        style?: MaskHaloStyle | null;
    }

    Hierarchy

    • BaseAnnotationRenderer
      • MaskHaloAnnotationRenderer
    Index
    id: string

    Stable identity within one presentation.

    kind: "maskHalo"
    style?: MaskHaloStyle | null