提交 4523ce56 编写于 作者: S sole

Correction in ColorUtils-a new color object is not returned, but the original...

Correction in ColorUtils-a new color object is not returned, but the original object is modified in place instead.
上级 faf684a0
......@@ -16,7 +16,7 @@
<h3>.adjustHSV( [page:Color color], [page:Number h], [page:Number s], [page:Number v] )</h3>
<div class="desc">Taking a color as input, converts it to HSV, adds the h, s, v parameters and returns the modified color back.</div>
<div class="desc">Taking a color as input, converts it to HSV, and applies the h, s, v parameters in place, i.e. no new color is returned but the original object is modified.</div>
<div>
[page:Color color] — source color to be adjusted<br />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册