|
@@ -181,6 +181,13 @@ const color7 = new THREE.Color( 1, 0, 0 );
|
|
|
|
|
|
</p>
|
|
|
|
|
|
+ <h3>[method:Color getRGB]( [param:Color target], [param:string colorSpace] = SRGBColorSpace )</h3>
|
|
|
+ <p>
|
|
|
+ [page:Color target] - questo risultato sarà copiato in questo oggetto.<br /><br />
|
|
|
+
|
|
|
+ Returns the RGB values of this color as an instance of [page:Color].
|
|
|
+ </p>
|
|
|
+
|
|
|
<h3>[method:String getStyle]( [param:string colorSpace] = SRGBColorSpace )</h3>
|
|
|
<p>Restituisce il valore di questo colore come una stringa CSS style. Esempio: `rgb(255,0,0)`.</p>
|
|
|
|