Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IVignetteEffectDefinition

Hierarchy

Index

Properties

type: VIGNETTE

The type of this effect.

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

Type declaration

  • Optional blendFunction?: number

    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?: number

    The Vignette technique. (default: VignetteTechnique.DEFAULT)

token?: string

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