📄 threejs/Addons/Shaders/module-OutputShader

File: module-OutputShader.md | Updated: 11/15/2025


title: module-OutputShader category: Unknown layout: docs

OutputShader

Import

OutputShader is an addon, and must be imported explicitly, see Installation#Addons.

import { OutputShader } from 'three/addons/shaders/OutputShader.js';

Properties

.OutputShader : ShaderMaterial~Shader (inner, constant)

Performs tone mapping and color space conversion for FX workflows.

Used by OutputPass.

Source

examples/jsm/shaders/OutputShader.js