How to color images with Corona SDK
Aug. 14th, 2012 05:31 pmЗапись опубликована Виталий Алтаев. Please leave any comments there.
Coloring images in Corona is very simple! If you want to paint your image in good solid color, you must know only two trick: First: your image must be WHITE(or white with transparency) and NOT BLACK! Black images will be invisible. Second: use magic bult-in function «YourImageObject:setFillColor(255,0,0)« If you hate (R,G,B) values, use a good [...]