Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IHueSaturationEffectDefinition

Hierarchy

Index

Properties

The type of this effect.

properties?: { blendFunction?: BlendFunction; hue?: number; saturation?: number }

Type declaration

  • Optional blendFunction?: BlendFunction

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

  • Optional hue?: number

    The hue in radians. (default: 0.0)

  • Optional saturation?: number

    The saturation factor, ranging from -1 to 1, where 0 means no change. (default: 0.0)

token?: string

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