Color nodes

utilities for nodes that output color values.


Construct HSV color.createhsv

constructs a color value from four numbers as the HSVA values.


Construct RGB color.create

constructs a color value from four numbers as the RGBA values.


Value color.constant

outputs a user-defined constant color value.


Shift Hue color.shifth

shifts the hue of a given color.


Shift Saturation color.shifts

shifts the saturation of a given color.


Shift Value color.shiftv

shifts the value of a given color.