You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Color.updateColor - updates an existing color object to update the rgba property.
Color.HSVColorWheel will return an array with 360 color objects for each segment of an HSV color wheel, you can optionally set the saturation and value amounts.
Color.HSLColorWheel will return an array with 360 color objects for each segment of an HSL color wheel, you can optionally set the saturation and lightness amounts.
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,8 +126,10 @@ Version 2.0.4 - "Mos Shirare" - in development
126
126
* Color.RGBtoHSV converts an rgb color into hsv (hue, saturation, value)
127
127
* Color.HSVtoRGB converts an hsv value into an rgb color object.
128
128
* Color.createColor - creates the new light-weight color object used by most Color conversion methods.
129
+
* Color.updateColor - updates an existing color object to update the rgba property.
129
130
* Color.RGBtoString converts an rgba color into a # or 0x color string.
130
-
* Color.HSVColorWheel will return an array with 360 color objects for each segment of an HSV color wheel.
131
+
* Color.HSVColorWheel will return an array with 360 color objects for each segment of an HSV color wheel, you can optionally set the saturation and value amounts.
132
+
* Color.HSLColorWheel will return an array with 360 color objects for each segment of an HSL color wheel, you can optionally set the saturation and lightness amounts.
0 commit comments