Chapter 702: GammaCorrectionShader
Core Idea
Reference for GammaCorrectionShader.
Key Concepts
- GammaCorrectionShader : ShaderMaterial~Shader (inner, constant): Gamma Correction Shader
Code Examples
import { GammaCorrectionShader } from 'three/addons/shaders/GammaCorrectionShader.js';
- What it demonstrates: Typical usage of GammaCorrectionShader.
Reference Tables
Properties
| Property | Description |
|---|
.GammaCorrectionShader : ShaderMaterial~Shader (inner, constant) | Gamma Correction Shader |
Key Takeaways
- Most relevant properties: GammaCorrectionShader.
Connects To