Print view · Hue Shift · 1 pageChoose "Save as PDF" as the destination in the print dialog.
Back to the docs

Mesh Morpher documentation

Hue Shift

1 page · exported 2026-09-06 · https://meshmorpher.com/docs/studio-and-graph/voxel/color/hue-shift

Studio and Graph › Voxel › Color

Hue Shift

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.

Hue Shift node

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.