Generate a color value or convert three values into the RGB or HSV components of a color.
Properties
Color Mode: Switch between RGB and HSV color modes.
Default : RGB
Color: Displays preview of color. Click on the color square to open the default dialog box to manually choose a color.
Default : Black 0 / 0 / 0 / 255
R/H: Manually input value for Red (RGB) or Hue (HSV).
Default : 0.0
G/S: Manually input value for Green (RGB) or Saturation (HSV).
Default : 0.0
B/V: Manually input value for Blue (RGB) or Value (HSV).
Default : 0.0
Inputs
| Name | Type | Description |
|---|---|---|
| R | Integer | Red component |
| G | Integer | Green component |
| B | Integer | Blue component |
These inputs will toggle to H,S and V respectively if Color mode is set to HSV.
Outputs
| Name | Type | Description |
|---|---|---|
| Color | Color | Standard color output |
Need more help with this?
Don’t hesitate to contact us here.


