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