rgb

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 list of RGB colours with supporting functions and Gfx2.0 colour code conversion.

Comments, 622 Votes - submitted on 17/04/2014 view repo

rgb

Use color names instead of numbers

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