Color Mod

439
Vote up!

A color module for Corona SDK. This module helps you call color percentage values for use with Corona's Graphic 2.0. Now you can also update the colorList with your own Lua table of data or an externally defined JSON file. If you want me to add something to this mod then feel free to create a feature ticket.

Current Version 0.4

myCircle:setFillColor( color.fromString("palevioletred") )
myCircle:setFillColor( color.fromRGB(187,187,187) )
myCircle:setFillColor( unpack( color.fromHex("#FFCCDD") )
rec4:setFillColor( color.random() )
color:loadColorlistJSON("xelevenlist.JSON")
color:setColorListLUA( c )

Contributor: 
Aaron Rackley