A method to invert the color of the bitmaps would be amazing. e.g. if the pixel has color (r,g,b,a) its new colors would be (255-r, 255-g, 255-b, 255-a).
A method to invert the color of the bitmaps would be amazing.
e.g.
if the pixel has color (r,g,b,a) its new colors would be (255-r, 255-g, 255-b, 255-a).