#how can i put 4 gradients into a 0-1 wheel
1 messages · Page 1 of 1 (latest)
i have 4 gradients and i want to put them in to create something like what unity offers
Just to be sure, you actually want custom gradients and not just a hue wheel?
If you just need a colour wheel you could input the result of your Multiply node into the Offset port of a Hue node with In port set to Red/(1,0,0)
i want a hue wheel, something like what unity has
i dont think im doing it right
Then you don't need to sample individual gradients, use the first multiply not the second
Also set Range on Hue node to Normalised rather than Degrees
Put the greyscale wheel into Offset, not the one with gradient applied
ohhh
Ideally you also probably also want the wheel without the black parts, then mask it after, otherwise you'll get the red leaking through on the edges
yes i see that
i honestly dont know if this is right or wrong