Drawing a HSV or HSB Color Wheel

995 views3 repliesLast post: 12/19/2005
I need to draw a two dimensional view of the HSV color wheel. I haven't the foggiest as to where to start. Some type of gradient fill that can change the tone perhaps. Thanks if someone knows how to do this.
#1
wrote:
Instead of drawing the wheel you may use this PostScript program:
http://www.fho-emden.de/~hoffmann/colorwheel.txt

Rename as *.eps and open or place in RGB mode in PhS with sufficient resolution.

Best regards --Gernot Hoffmann

Thank you. I had no idea I could use eps files like this! I was thinking I was going to have to delve into scripting it myself. Thanks again.
#3
Alan,

thanks for the feedback. If you want to improve the
resolution, the size of the small equally colored squares, then simply increase the number 'n' by a text editor.

E.g. n=400 instead of 200.

Best regards --Gernot Hoffmann.
#4