Re: How To Transform Color?



Hi Nobody,

> This seems to work OK, the original "grayish" bitmap is now "purpleish" or
> whatever... but the problem is the original bitmap was a sort of spherish
> shape (use of lighting from the upper left going to the lower right), but
> the resulting bitmap, although in the right color realm, seems to have
> "flattened" the image... ie.. it lost the lighting effect.


Try converting the color to HSV space, then change the Hue, then convert
back to RGB space.

Nils


.