Change the color of a specific part of a UIImage

I only need to tint a specific part of the UIImage. In the image below, I only need to change the red color to whatever UIColor

I tried UIImage+Tint

, but it displays the entire image. Does anyone know how to change the color of only the red part of an image?

enter image description here

+3


source to share





All Articles