Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IVignetteEffectDefinition

Hierarchy

Index

Properties

type: VIGNETTE

The type of this effect.

properties?: { blendFunction?: BlendFunction; darkness?: number; offset?: number; technique?: VignetteTechnique }

Type declaration

  • Optional blendFunction?: BlendFunction

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

  • Optional darkness?: number

    The Vignette darkness. (default: 0.5)

  • Optional offset?: number

    The Vignette offset. (default: 0.5)

  • Optional technique?: VignetteTechnique

    The Vignette technique. (default: VignetteTechnique.DEFAULT)

token?: string

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