We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 187b84e commit 8e27e58Copy full SHA for 8e27e58
docs/references-js/color/rgb2hsv.md
@@ -1,4 +1,4 @@
1
-### rbg2hsv()
+### rgb2hsv()
2
3
### Example
4
@@ -9,12 +9,12 @@
9
<iframe width="100%" height="450px" src="https://shaderpark.netlify.com/sculpture/-MJItwRqqccisWHIxdE4?example=true&embed=true" frameborder="0"></iframe>
10
11
### Description
12
-Converts RBG values into Hue, Saturation, Value(also called Brightness).
+Converts RGB values into Hue, Saturation, Value(also called Brightness).
13
14
### Syntax
15
```js
16
-rbg2hsv(inputColor);
+rgb2hsv(inputColor);
17
```
18
19
### Parameters
20
-**inputColor** Vec3: input red, green, and blue color values from 0.0 to 1.0
+**inputColor** Vec3: input red, green, and blue color values from 0.0 to 1.0
0 commit comments