tags:

views:

46

answers:

2

Hey,

In Colors theory, what is the difference between saturation and brightness?

Thanks for help and time.

+2  A: 

There's no point rattling off another 1-line answer because it's a rather large topic.

Wikipedia has this for HSL and HSV. Next there's an brief tutorial on Color Theory. Finally more on HSV And H2SV Color Space with some transformation code in C++.

Robert Paulson