I have a UIIMAGE and want to change the background color of the image from Red to Black . Is there an efficient way of doing that . This is my code but it does not change the color to black
let image = UIImage.wrappedBundleImage("some image lateral")
image?.withTintColor(UIColor.blue)