#how can i put 4 gradients into a 0-1 wheel

1 messages · Page 1 of 1 (latest)

void junco
#

i have 4 gradients and i want to put them in to create something like what unity offers

vivid geode
#

Just to be sure, you actually want custom gradients and not just a hue wheel?

pale cipher
#

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)

void junco
vivid geode
#

Then you don't need to sample individual gradients, use the first multiply not the second

pale cipher
#

Also set Range on Hue node to Normalised rather than Degrees

void junco
#

so like this?

#

notlikethis i honestly dont know if this is right or wrong

pale cipher
#

Put the greyscale wheel into Offset, not the one with gradient applied

void junco
#

ohhh

pale cipher
#

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

void junco