ColourWheel

In this question http://stackoverflow.com/questions/23299542/matplotlib-plot-complex-roots-unity-as-arrow-vectors-on-complex-plane someone has provided an answer that uses a Python library to create 12 colours equally spaced across HSV space:

colors = sns.color_palette("hls", n)

Does not exist any Juce library call that will do the same thing?

Colour::fromHSV?