|
@@ -218,8 +218,6 @@ var color = new THREE.Color( 1, 0, 0 );
|
|
|
this color and 1.0 is the first argument.
|
|
|
</p>
|
|
|
|
|
|
-
|
|
|
-
|
|
|
<h3>[method:Color lerpHSL]( [param:Color color], [param:Float alpha] ) </h3>
|
|
|
<p>
|
|
|
[page:Color color] - color to converge on.<br />
|
|
@@ -232,8 +230,6 @@ var color = new THREE.Color( 1, 0, 0 );
|
|
|
this color and 1.0 is the first argument.
|
|
|
</p>
|
|
|
|
|
|
-
|
|
|
-
|
|
|
<h3>[method:Color multiply]( [param:Color color] ) </h3>
|
|
|
<p>Multiplies this color's RGB values by the given [page:Color color]'s RGB values.</p>
|
|
|
|