This content has been marked as final.
Show 3 replies
-
1. Re: Value used when applying a gradient map to RGB image
Gyno-jiz Apr 23, 2010 12:33 PM (in response to Shane Li)I've always read 0.3*R + 0.6*G + 0.1*B, but I'm sure that's an oversimplification.
-
2. Re: Value used when applying a gradient map to RGB image
Chris Cox Apr 23, 2010 8:02 PM (in response to Shane Li)Approximately ((red) * .3 + (green) * .59 + (blue) * .11)
-
3. Re: Value used when applying a gradient map to RGB image
Shane Li Apr 26, 2010 6:50 AM (in response to Chris Cox)Yeah that is correct, thanks for the anwser.



