Path: csiph.com!x330-a1.tempe.blueboxinc.net!aioe.org!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "Gavino" Newsgroups: comp.lang.java.programmer Subject: Re: RGB vs HSV Date: Tue, 10 May 2011 20:18:43 +0200 Lines: 9 Message-ID: <92tdsbFv93U1@mid.individual.net> References: X-Trace: individual.net Zds+KAJU3nmabbhwTKEO2QRMuCepHSBhvzeAWw0bdlMnQBTqSE Cancel-Lock: sha1:NMbq/+GLEeHgB5Ev2QtOF1xuz+I= X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:3929 "Lawrence D'Oliveiro" wrote in message news:iq7ho7$sv1$1@lust.ihug.co.nz... > Or you can use code like the HSVA class here > . Why not just use the methods RGBtoHSB() and HSBtoRGB() from java.awt.Color?