Viewer
    Preparing search index...

    Interface IScanlineEffectDefinition

    interface IScanlineEffectDefinition {
        type: SCANLINE;
        properties?: { blendFunction?: number; density?: number };
        token?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    type: SCANLINE

    The type of this effect.

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

    Type Declaration

    • OptionalblendFunction?: number

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

    • Optionaldensity?: 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.