소스 검색

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

sole 13 년 전
부모
커밋
4523ce567e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/api/extras/ColorUtils.html

+ 1 - 1
docs/api/extras/ColorUtils.html

@@ -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 />