提交 b2a19549 编写于 作者: M Michel Kaporin

Corrected formatting

上级 3cda4727
...@@ -51,10 +51,10 @@ function createPropertyNode(variable: string, fractionDigits: number, type: stri ...@@ -51,10 +51,10 @@ function createPropertyNode(variable: string, fractionDigits: number, type: stri
case 'red': case 'red':
absoluteValue = normalize(color.toRGBA().r, min, max, RGBA_ENDRANGE); absoluteValue = normalize(color.toRGBA().r, min, max, RGBA_ENDRANGE);
break; break;
case 'blue': case 'green':
absoluteValue = normalize(color.toRGBA().g, min, max, RGBA_ENDRANGE); absoluteValue = normalize(color.toRGBA().g, min, max, RGBA_ENDRANGE);
break; break;
case 'green': case 'blue':
absoluteValue = normalize(color.toRGBA().b, min, max, RGBA_ENDRANGE); absoluteValue = normalize(color.toRGBA().b, min, max, RGBA_ENDRANGE);
break; break;
case 'alpha': case 'alpha':
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册