Nodes > Functions > Color Conversion > RGB to HSV
Converts a color from RGB (Red, Green, Blue) to HSV (Hue, Saturation, Value).
Inputs
Name | Type | Description |
---|---|---|
RGB | color | RGB (Red, Green, Blue) color to be converted |
Outputs
Name | Type | Description |
---|---|---|
HSV | color | Converted HSV (Hue, Saturation, Value) color |
Was this page helpful?