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
Copy file name to clipboardExpand all lines: src/display/color/HSVColorWheel.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ var HSVToRGB = require('./HSVToRGB');
15
15
* @param {number} [s=1] - The saturation, in the range 0 - 1.
16
16
* @param {number} [v=1] - The value, in the range 0 - 1.
17
17
*
18
-
* @return {array} An array containing 360 elements, where each contains a single numeric value corresponding to the color at that point in the HSV color wheel.
18
+
* @return {ColorObject[]} An array containing 360 elements, where each contains a single numeric value corresponding to the color at that point in the HSV color wheel.
0 commit comments