Color HSV
Return normalized HSV components of a color.
Node Data | |
---|---|
![]() | |
Display name | |
Color HSV | |
Internal name | |
Node_Color_to_HSV | |
Inheritances | |
Node_Processor | |
Node_Color_to_HSV | |
Inputs | |
Node_Color_to_HSV | |
color |
Color |
Outputs | |
Node_Color_to_HSV | |
float |
Hue |
float |
Saturation |
float |
Value |
HSV color create color from hue, saturation and value amount. By default the value is in range 0-255, by selecting Normalized, the value will be remapped to 0-1.