We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpSyntax Questions › Integrating Color datatype
Page Index Toggle Pages: 1
Integrating Color datatype (Read 498 times)
Integrating Color datatype
Feb 21st, 2010, 5:41pm
 
Is there any way to integrate the use of Color datatype in Java without having to call all of the get methods for RGB ?  It would be nice if I could do something like
fill(thisColor.toString())
Re: Integrating Color datatype
Reply #1 - Feb 21st, 2010, 9:57pm
 
I would rather try fill(thisColor.toRGB());
Page Index Toggle Pages: 1