Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8e27e58

Browse files
authored
Update rgb2hsv.md
1 parent187b84e commit8e27e58

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
<iframewidth="100%"height="450px"src="https://shaderpark.netlify.com/sculpture/-MJItwRqqccisWHIxdE4?example=true&embed=true"frameborder="0"></iframe>
1010

1111
###Description
12-
ConvertsRBG values into Hue, Saturation, Value(also called Brightness).
12+
ConvertsRGB 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)

[8]ページ先頭

©2009-2025 Movatter.jp