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.
Page Index Toggle Pages: 1
value() + HSV (Read 1320 times)
value() + HSV
Nov 10th, 2005, 9:35am
 
A simple suggestion that I've been thinking of many times but never came about to drop a line about.

As you know the HSB model is also known as the HSV model and personally I always use a variable 'v' for brightness so that it wont get confused with a variable 'b' for blue. So, in order to make it easier for people new to processing to grasp the hsb/hsv color model and to poke around with colors, I suggest to add a twin to the HSB constant called HSV and the same with the brightness() getting a brother called value() and possibly make value the official convention.
Page Index Toggle Pages: 1