I have completed the generation of a set of colors, based on stepping through the HSV color space, but the colors vary in brightness for a given V, and consecutive colors near green and not easily distinguished.
I think stepping through YIQ is a better solution and will solve the brightness issue and maybe the green issue. I have included simple code to step through YIQ space, but it is definitely wrong. Need to find correct way so select evenly spaced points in this space.
I have completed the generation of a set of colors, based on stepping through the HSV color space, but the colors vary in brightness for a given V, and consecutive colors near green and not easily distinguished.
I think stepping through YIQ is a better solution and will solve the brightness issue and maybe the green issue. I have included simple code to step through YIQ space, but it is definitely wrong. Need to find correct way so select evenly spaced points in this space.
Good reference material: