From 4523ce567ee8f8f3d5d8750e8c20dbbc86974471 Mon Sep 17 00:00:00 2001 From: sole Date: Thu, 27 Sep 2012 21:54:45 +0200 Subject: [PATCH] Correction in ColorUtils-a new color object is not returned, but the original object is modified in place instead. --- docs/api/extras/ColorUtils.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/extras/ColorUtils.html b/docs/api/extras/ColorUtils.html index 1b86df5866..b0b5388958 100644 --- a/docs/api/extras/ColorUtils.html +++ b/docs/api/extras/ColorUtils.html @@ -16,7 +16,7 @@

.adjustHSV( [page:Color color], [page:Number h], [page:Number s], [page:Number v] )

-
Taking a color as input, converts it to HSV, adds the h, s, v parameters and returns the modified color back.
+
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.
[page:Color color] — source color to be adjusted
-- GitLab