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

    Interface LUT3DEffectOptions

    LUT3DEffect options.

    interface LUT3DEffectOptions {
        inputColorSpace?: ColorSpace;
        lut?: LookupTexture | null;
        tetrahedralInterpolation?: boolean;
    }

    Implemented by

    Index

    Properties

    inputColorSpace?: ColorSpace

    The input color space.

    SRGBColorSpace
    
    lut?: LookupTexture | null

    The LUT.

    tetrahedralInterpolation?: boolean

    Indicates whether tetrahedral interpolation is enabled.

    Tetrahedral interpolation produces highly accurate results but is slower than hardware interpolation.

    false