From: mohamed saber on
hi i'am abeginner at matlab
pleaze i want to know how can i control color
for the same color i want to control the degree of this color
for example
http://www.mediafire.com/file/nng0ntmzjj2/Capture.JPG
thank you
From: Walter Roberson on
mohamed saber wrote:

> pleaze i want to know how can i control color
> for the same color i want to control the degree of this color
> for example
> http://www.mediafire.com/file/nng0ntmzjj2/Capture.JPG


Convert to HSV, alter the V component, convert back to the original format. Be
careful with indexed (pseudo-color) images.