I need to clear the color of the image,which is already colored.
I used the below code:
But its not working.
I used the below code:
Code:
UIColor *clearColor;
clearColor = [UIColor clearColor];
myColor=clearColor;
[self colorizeImage:image1.image color:theColor1];
- (UIImage *)colorizeImage:(UIImage *)baseImages color:(UIColor *)theColor {
}
But its not working.