Engine API Reference - v2.14.4
    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: Texture | null;
    }
    Index

    Properties

    Properties

    intensity: number

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

    texture: Texture | null

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