There are a number of ways to mathematically represent a color. In computer graphics, RGB is by far the most common – Red, Green Blue. Second to that is HSV – Hue, Saturation, Value. This tutorial will go through how to make HSV shader graph nodes to convert between the two, and why you would […]