Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface INoiseEffectDefinition

Hierarchy

Index

Properties

type: NOISE

The type of this effect.

properties?: { blendFunction?: BlendFunction; premultiply?: boolean }

Type declaration

  • Optional blendFunction?: BlendFunction

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

  • Optional premultiply?: boolean

    Whether the noise should be multiplied with the input colors prior to blending. (default: false)

token?: string

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