Viewer
    Preparing search index...

    Interface IDotScreenEffectDefinition

    interface IDotScreenEffectDefinition {
        type: DOT_SCREEN;
        properties?: { angle?: number; blendFunction?: number; scale?: number };
        token?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    The type of this effect.

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

    Type Declaration

    • Optionalangle?: number

      The angle of the dot pattern. (default: 1.57)

    • OptionalblendFunction?: number

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

    • Optionalscale?: number

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

    token?: string

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