Browse Source

Docs: Fix mistake in Color#getRGB signature. (#26210)

Don McCurdy 2 years ago
parent
commit
2b8f3608a4
3 changed files with 3 additions and 3 deletions
  1. 1 1
      docs/api/en/math/Color.html
  2. 1 1
      docs/api/it/math/Color.html
  3. 1 1
      docs/api/zh/math/Color.html

+ 1 - 1
docs/api/en/math/Color.html

@@ -217,7 +217,7 @@ const color7 = new THREE.Color( 1, 0, 0 );
 		</p>
 
 		<h3>
-			[method:Color getRGB]( [param:Color target], [param:string colorSpace] = SRGBColorSpace )
+			[method:Color getRGB]( [param:Color target], [param:string colorSpace] = LinearSRGBColorSpace )
 		</h3>
 		<p>
 			[page:Color target] — the result will be copied into this object.<br /><br />

+ 1 - 1
docs/api/it/math/Color.html

@@ -181,7 +181,7 @@ const color7 = new THREE.Color( 1, 0, 0 );
 
 		</p>
 
-		<h3>[method:Color getRGB]( [param:Color target], [param:string colorSpace] = SRGBColorSpace )</h3>
+		<h3>[method:Color getRGB]( [param:Color target], [param:string colorSpace] = LinearSRGBColorSpace )</h3>
 		<p>
 			[page:Color target] - questo risultato sarà copiato in questo oggetto.<br /><br />
 

+ 1 - 1
docs/api/zh/math/Color.html

@@ -182,7 +182,7 @@
 
 		</p>
 
-		<h3>[method:Color getRGB]( [param:Color target], [param:string colorSpace] = SRGBColorSpace )</h3>
+		<h3>[method:Color getRGB]( [param:Color target], [param:string colorSpace] = LinearSRGBColorSpace )</h3>
 		<p>
 			[page:Color target] - 结果将复制到这个对象中.<br /><br />