setFillColor

A simple helper I wrote so I could reference the same colours throughout my app more easily.

I have a color pallette for my app with named colours which I can refer to whenever I need to set the colour for something.

Comments, 444 Votes - submitted on 16/10/2015 view repo

rgb

Use color names instead of numbers

Comments, 551 Votes - submitted on 09/03/2014 view repo

dmc_kompatible is a Lua module which allows your legacy Corona code written for Graphics 1.0 to run in the new Corona Graphics 2.0 engine within minutes and with minor modifications.

it overrides the necessary methods (setReferencePoint, setFillColor, setTextColor, etc) so that your code can continue to run.

Comments, 831 Votes - submitted on 04/02/2014 view repo