Browse Source

Adding lerpHSL in doc

Remi 7 years ago
parent
commit
7f8c270e48
1 changed files with 0 additions and 4 deletions
  1. 0 4
      docs/api/math/Color.html

+ 0 - 4
docs/api/math/Color.html

@@ -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>