Is there a way to change the color of an image in code?
I am working on an application that will need to be able to allow the user configure the color scheme of the screen. That is, the color of various images will need to be changeable. Is there a way do this with the TouchGFX libraries? What I would like is to have a basic image and be able to paint it using the libraries. I did not see any examples of this provided.
I would prefer to not have multiple images in the assets, each of a different color because the number of different colors this application will require.
Or would this require drawing the image in code with the abstract shape class and then paint it?
