Contribute code Find code
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).
hex('value')
rgb(rNum, gNum, bNum)