We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9acb43 commit 3abbb13Copy full SHA for 3abbb13
1 file changed
src/display/color/RGBToHSV.js
@@ -6,7 +6,7 @@
6
7
/**
8
* Converts an RGB color value to HSV (hue, saturation and value).
9
- * Conversion forumla from http://en.wikipedia.org/wiki/HSL_color_space.
+ * Conversion formula from http://en.wikipedia.org/wiki/HSL_color_space.
10
* Assumes RGB values are contained in the set [0, 255] and returns h, s and v in the set [0, 1].
11
* Based on code by Michael Jackson (https://github.com/mjijackson)
12
*
0 commit comments