Can I Use UIImage to Show an Image ?

I need to change My remote image color from network, so should I use UIImage?

For example:
let colors = UIImage(named: "demo9")!.getColors()
Image("demo9").resizable()
.clipShape(ContainerRelativeShape())

Thank you very much
Can I Use UIImage to Show an Image ?
 
 
Q