Skip to content

Commit 8e27e58

Browse files
authored
Update rgb2hsv.md
1 parent 187b84e commit 8e27e58

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### rbg2hsv()
1+
### rgb2hsv()
22

33
### Example
44

@@ -9,12 +9,12 @@
99
<iframe width="100%" height="450px" src="https://shaderpark.netlify.com/sculpture/-MJItwRqqccisWHIxdE4?example=true&embed=true" frameborder="0"></iframe>
1010

1111
### Description
12-
Converts RBG values into Hue, Saturation, Value(also called Brightness).
12+
Converts RGB values into Hue, Saturation, Value(also called Brightness).
1313

1414
### Syntax
1515
```js
16-
rbg2hsv(inputColor);
16+
rgb2hsv(inputColor);
1717
```
1818

1919
### Parameters
20-
**inputColor** Vec3: input red, green, and blue color values from 0.0 to 1.0
20+
**inputColor** Vec3: input red, green, and blue color values from 0.0 to 1.0

0 commit comments

Comments
 (0)