color

transition.to doesn't seem to support color transitions. So I made one myself using enterFrame, which is how I suspect corona's transition library works too.

Comments, 473 Votes - submitted on 27/04/2016 view repo

Converts your hex (html-format) or RGB values into Corona-compatible format (numbers from 0 to 1). No difficulties, only two functions: hex('value') and rgb(rNum, gNum, bNum).

Comments, 716 Votes - submitted on 15/01/2016 view repo

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

This function returns a matrix of RGB values that allow you to gradually change from one color to another using a single index, like the position of a scrollview/springboard.

It takes a two dimensional array of RGB colors, each page width and the total amount of pages.

Comments, 749 Votes - submitted on 14/05/2015 view repo

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

Comments, 439 Votes - submitted on 29/11/2014 view repo

rgb

Use color names instead of numbers

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