浏览代码

Color chromatic lerp function

Remi 7 年之前
父节点
当前提交
10bb930d48
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/math/Color.js

+ 2 - 2
src/math/Color.js

@@ -540,8 +540,8 @@ Object.assign( Color.prototype, {
 		return this;
 
 	},
-	
-	lerpChromatic: function ( color, alpha  ) {
+
+	lerpChromatic: function ( color, alpha ) {
 
 		var hslA = this.getHSL();
 		var hslB = color.getHSL();