Viewer
    Preparing search index...

    Interface IGridEffectDefinition

    interface IGridEffectDefinition {
        type: GRID;
        properties?: { blendFunction?: number; scale?: number };
        token?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    type: GRID

    The type of this effect.

    properties?: { blendFunction?: number; scale?: number }

    Type Declaration

    • OptionalblendFunction?: number

      The blend function of this effect. (default: BlendFunction.MULTIPLY)

    • Optionalscale?: number

      The scale of the grid pattern. (default: 1.0)

    token?: string

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