0
I have an image that is white by default, it is possible to change this color via code?
Cor ImagemFundobackground = CriarCor(RecursosCores.preto);
ImagemFundo.BackgroundColor =
UIColor.FromRGB(ImagemFundobackground.Red,
ImagemFundobackground.Green, ImagemFundobackground.Blue);
Whereas Criacor is a function that brings color from the resources Imageworld is an element that is a Uiimageview