Viewer
    Preparing search index...

    Interface INoiseEffectDefinition

    interface INoiseEffectDefinition {
        type: NOISE;
        properties?: { blendFunction?: number; premultiply?: boolean };
        token?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    type: NOISE

    The type of this effect.

    properties?: { blendFunction?: number; premultiply?: boolean }

    Type Declaration

    • OptionalblendFunction?: number

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

    • Optionalpremultiply?: boolean

      Whether the noise should be multiplied with the input colors prior to blending. (default: false)

    token?: string

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