Hi All,
in my application i want to change the color of image/imageview by the combination of RGB color, how can i change it?
the application is basically that, user will choose the RGB combination and after that wherever in the iPhone screen user will touch UIimageView will appear with user selected RGB color,
as we can do in cocos2d using
[spriteX setRGB:255 :0 :0]; method,
is there any way to do the same thing in UIImageView...????
can anyone help me..?????
......



Thanks in advance....