Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IScanlineEffectDefinition

Hierarchy

Index

Properties

type: SCANLINE

The type of this effect.

properties?: { blendFunction?: BlendFunction; density?: number }

Type declaration

  • Optional blendFunction?: BlendFunction

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

  • Optional density?: number

    The scanline density. (default: 1.25)

token?: string

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