Skip to content

Commit 3da6550

Browse files
authored
Docs: Fix incorrect note on color management in post-processing (#30281)
* Docs: Fix incorrect note on color management in post-processing * Update Color-management.html
1 parent 9ddf4be commit 3da6550

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/manual/en/introduction/Color-management.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -214,14 +214,10 @@ <h3>Output color space</h3>
214214

215215
<p>
216216
Output to a display device, image, or video may involve conversion from the open domain
217-
Linear-sRGB working color space to another color space. This conversion may be performed in
218-
the main render pass ([page:WebGLRenderer.outputColorSpace]), or during post-processing.
217+
Linear-sRGB working color space to another color space. The conversion is defined by
218+
([page:WebGLRenderer.outputColorSpace]). When using post-processing, this requires OutputPass.
219219
</p>
220220

221-
<code>
222-
renderer.outputColorSpace = THREE.SRGBColorSpace; // optional with post-processing
223-
</code>
224-
225221
<ul>
226222
<li>
227223
<b>Display:</b> Colors written to a WebGL canvas for display should be in the sRGB

0 commit comments

Comments
 (0)