Color Wheel Conundrum

I’ve been playing around with the color wheel, because it gives a nice palette but am mystified about the results. Ten inputs gives 55 outputs, flattened, grafted, it doesn’t matter. I’d ultimately want to be able to select the colors I like and sort them by lightness. Any description of its internal workings would be appreciated.


color wheel.gh (19.7 KB)

You’d be better to use the output of List Length which is 10, a single integer, not the output of Series.
Multiple input numbers will yield same number of branches of datatree.

Thank you @HS_Kim, I’ve met my stupid quota for the day, and it’s not even lunchtime. If I then use the Split AHSV component from Display, I can sort on Luminance.

1 Like