Ios swift – Changing the color UIImage
It is necessary to change the color of the image to 00ff00. But it turns out to 4fff00. I tried it in two ways. The result is the same. internal static func imageColorMatrix1(image: UIImage) -> UIImage? { let colorMatrix =…