Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDotScreenEffectDefinition

Hierarchy

Index

Properties

The type of this effect.

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

Type declaration

  • Optional angle?: number

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

  • Optional blendFunction?: BlendFunction

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

  • Optional scale?: 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.