
The Hue Shift node
When to use it
Rotates the hue of an RGB colour and leaves saturation and value alone. Per-region biome variation from one base colour, without the round trip through HSV and back.
Shift Degrees wraps at 360, so 370 and 10 give you the same colour.
When you need to change more than hue, the explicit RGB to HSV and HSV to RGB pair is the way.
Pins
| Pin | Type | Description |
|---|---|---|
R |
Number | Red of the colour going in. |
G |
Number | Green of the colour going in. |
B |
Number | Blue of the colour going in. |
AIn |
Number | Alpha. It comes out the far side untouched. |
ShiftDegrees |
Number | How far round the colour wheel to spin, in degrees. It wraps, so 400 is the same as 40. |
| Pin | Type | Description |
|---|---|---|
R |
Number | Red after the spin. |
G |
Number | Green after the spin. |
B |
Number | Blue after the spin. |
A |
Number | Alpha, exactly as it came in. |
Available in Mesh Morpher Graph and Mesh Morpher Studio.