Viewer
    Preparing search index...

    Interface ISepiaEffectDefinition

    interface ISepiaEffectDefinition {
        type: SEPIA;
        properties?: { blendFunction?: number };
        token?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    type: SEPIA

    The type of this effect.

    properties?: { blendFunction?: number }

    Type Declaration

    • OptionalblendFunction?: number

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

    token?: string

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