What's the best way to write a linear RGB color picker? I want to use one
slider rather than three. Any suggested function that will give me a decent
range across combinations of R, G and B? It doesn't have to be precise. I've
seen a couple examples of writing simple 3-slider ones both with AWT and
Java2D, but nothing with a single linear function.

I'm creating a basic Java2D paint program for an art installation, and so
simplicity of control is more important than precision of color values.

regards,
kd

---
Kyle F. Downey
Goldman, Sachs & Co. Firmwide Risk of Loss
212-357-9067

=====================================================================
To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
Java 2D Home Page: http://java.sun.com/products/java-media/2D/

Reply via email to