|
@@ -27,7 +27,7 @@ THREE.LinearSRGBColorSpace
|
|
|
</code>
|
|
|
<p>[page:NoColorSpace] defines no specific color space.</p>
|
|
|
<p>
|
|
|
- [page:SRGBColorSpace] (“sRGB”) refers to the color space defined by the
|
|
|
+ [page:SRGBColorSpace] (“srgb”) refers to the color space defined by the
|
|
|
Rec. 709 primaries, D65 white point, and nonlinear sRGB transfer
|
|
|
functions. sRGB is the default color space in CSS, and is often found in
|
|
|
color palettes and color pickers. Colors expressed in hexadecimal or CSS
|
|
@@ -35,7 +35,7 @@ THREE.LinearSRGBColorSpace
|
|
|
</p>
|
|
|
|
|
|
<p>
|
|
|
- [page:LinearSRGBColorSpace] (“Linear-sRGB”) refers to the sRGB color space
|
|
|
+ [page:LinearSRGBColorSpace] (“srgb-linear”) refers to the sRGB color space
|
|
|
(above) with linear transfer functions. Linear-sRGB is the working color
|
|
|
space in three.js, used throughout most of the rendering process. RGB
|
|
|
components found in three.js materials and shaders are in the Linear-sRGB
|