You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manual/content/demos/color-grading/tone-mapping.en.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,15 @@ const toneMappingEffect = new ToneMappingEffect({
25
25
> [!TIP]
26
26
> Tone mapping should generally be applied late in a render pipeline, but before anti-aliasing and the final color space conversion.
27
27
28
+
## Primary Color Grading
29
+
30
+
The `ToneMappingEffect` uses the American Society of Cinematographers Color Decision List (ASC CDL) format to configure primary
31
+
color grading information. This format defines the math for Slope, Offset, Power and Saturation and provides a way to influence the look of the tone-mapped image.
32
+
33
+
> [!INFO]
34
+
> Only `ToneMapping.AGX` currently supports CDL parameters.
0 commit comments