Have you ever needed a color picker for your Corona SDK project and gotten stuck trying to make one?
Well, no more! Grab this one. It includes 216 colored chips and 18 grey-scale chips.
Making a new color picker is now as simple as this:
-- 1. Require the colorPicker.lua module local picker = require "colorPicker" -- 2. Create a color picker in the center of the screen -- with 16x16 pixel chips picker.create( 160, 240, 16)
As a bonus, the color picker module comes with a (100-line) example ‘drawing’ program that uses the color picker at its heart.
https://www.youtube.com/watch?v=w3jNKAMiVYU
GumRoad: https://gumroad.com/l/XeMU
Sellfy: https://sellfy.com/p/hSGr/
More Games/Tools/Templates: http://roaminggamer.com/makegames/