Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITiltShiftEffectDefinition

Hierarchy

Index

Properties

The type of this effect.

properties?: { blendFunction?: BlendFunction; feather?: number; focusArea?: number; kernelSize?: KernelSize; offset?: number; rotation?: number }

Type declaration

  • Optional blendFunction?: BlendFunction

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

  • Optional feather?: number

    The softness of the focus area edges. (default: 0.3)

  • Optional focusArea?: number

    The relative size of the focus area. (default: 0.4)

  • Optional kernelSize?: KernelSize

    The blur kernel size. (default: KernelSize.MEDIUM)

  • Optional offset?: number

    The relative offset of the focus area. (default: 0.0)

  • Optional rotation?: number

    The rotation of the focus area in radians. (default: 0.0)

token?: string

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