By default Java (AFAIK) doesn't come with an LUV colorspace. In fact, as far as I can tell it only comes with sRGB. I would love for someone here to tell me I'm wrong, but if you want LUV, HSV, etc you'll have to roll your own. There is some code here:
http://rsb.info.nih.gov/ij/plugins/color-converters.html That includes conversions to Lab, LUV and HSV. Now that the JDK is open maybe we'll be able to add some more to the default class libs. Derek [Message sent by forum member 'dbecker' (dbecker)] http://forums.java.net/jive/thread.jspa?messageID=240701 =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA2D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
