supervision-js
    Preparing search index...

    Interface RegionRendererBlurEffect

    Softens pixels in the selected media region.

    interface RegionRendererBlurEffect {
        kind: "blur";
        strength?: number;
    }
    Index
    kind: "blur"
    strength?: number

    Blur radius in media pixels. Defaults to 8.