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

Corrected formatting

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