Engine API Reference - v2.8.0
    Preparing search index...

    Interface ColorLUT

    Properties related to the color lookup table (LUT) effect, a postprocessing technique used to apply a color transformation to the image.

    interface ColorLUT {
        intensity: number;
        texture: null | Texture;
    }
    Index

    Properties

    Properties

    intensity: number

    The intensity of the color LUT effect. Defaults to 1.

    texture: null | Texture

    The texture of the color LUT effect. Defaults to null.