Color
Creates a color (vector) value.
Inputs
-
value
- The color value to output.
-
default
- The default value to output when the set to default input is set to
true
.
- The default value to output when the set to default input is set to
-
set to default
- Sets the value input to the value defined by the default input.
-
hide control
- Hides the parameter control within the parameter panel when the node is parameterized.
-
hide label
- Hides the parameter label (name) within the parameter panel when the node is parameterized.
Outputs
-
value
- The color value as defined by the value input.
Note(s)
-
When parameterized this node will appear as three input fields and a color picker in the parameter panel.
-
A color value is defined by three values between
0
and1
.-
Any input value above
1
will be rounded back down to1
. -
Any input value below
0
will be rounded back up to0
. -
The
0
-1
range is the same as the RGB0
-255
range. See the range node to convert individual values.
-
-
Any vector values can be utilized as a color value.
-
A color value can be set via the “color picker” by clicking on the colored box next to the value and default inputs.
-
Other names for this node include: ColorValue and Parameter.