Viewer
    Preparing search index...

    Interface IPixelationEffectDefinition

    interface IPixelationEffectDefinition {
        type: PIXELATION;
        properties?: { granularity?: number };
        token?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    The type of this effect.

    properties?: { granularity?: number }

    Type Declaration

    • Optionalgranularity?: number

      The pixel granularity. (default: 30.0)

    token?: string

    The token of the effect, is only returned by the viewer, but ignored as an input.