|
<h3>.adjustHSV( [page:Color color], [page:Number h], [page:Number s], [page:Number v] )</h3>
|
|
<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>
|