File: LUTPass.md | Updated: 11/15/2025
Pass for color grading via lookup tables.
const lutPass = new LUTPass( { lut: lut.texture3D } );
composer.addPass( lutPass );
LUTPass is an addon, and must be imported explicitly, see Installation#Addons.
import { LUTPass } from 'three/addons/postprocessing/LUTPass.js';
Constructs a LUT pass.
options | The pass options. Default is {}.
---|---
The intensity.
Default is 1.
The LUT as a 3D texture.
Default is null.