Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IGridEffectDefinition

Hierarchy

Index

Properties

type: GRID

The type of this effect.

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

Type declaration

  • Optional blendFunction?: BlendFunction

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

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