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

    Interface ColorDepthEffectOptions

    ColorDepthEffect options.

    interface ColorDepthEffectOptions {
        b?: number;
        g?: number;
        r?: number;
    }

    Implemented by

    Index

    Properties

    Properties

    b?: number

    The virtual bit depth of the blue channel.

    16
    
    g?: number

    The virtual bit depth of the green channel.

    16
    
    r?: number

    The virtual bit depth of the red channel.

    16