postprocessing - v7.0.0-beta.16
    Preparing search index...

    Interface NoiseEffectOptions

    A noise effect options

    interface NoiseEffectOptions {
        fps?: number;
        premultiply?: boolean;
        rgb?: boolean;
    }

    Implemented by

    Index

    Properties

    fps?: number

    The animation update rate expressed in frames per second.

    This value does not affect performance and the simulated update rate is limited by the actual frame rate.

    24
    
    premultiply?: boolean

    Controls whether the noise should be multiplied with the input colors prior to blending.

    true
    
    rgb?: boolean

    Enables or disables RGB noise.

    true