Color Picker

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/

Is this module can use in corona sdk free edition ?

It should work just fine, but you may want to use the color picker that comes with the progress ring module here:

http://www.jasonschroeder.com/2014/12/21/progress-ring-module-for-corona-sdk/

Run the example and you’ll see he has a great color picker (better than my old one).

-Ed

Ciao master,
I have buy this library for my student home work, i buy in sellfy.com in link you posted here,
im buy with my father credit card and use my email, my father work in germany and i live in bali - Indonesia,
the problem is this library download link cannot confirm in my email or my father email, this deferent country problem with this ? 
In my father email was confirmed payment is succes,
Thx :slight_smile:

The problem is solved, thx,

if i use object:setFillColor(r, g, b) to change color,
how to implement this color picker librari ? can master explaint me ?

Is this module can use in corona sdk free edition ?

It should work just fine, but you may want to use the color picker that comes with the progress ring module here:

http://www.jasonschroeder.com/2014/12/21/progress-ring-module-for-corona-sdk/

Run the example and you’ll see he has a great color picker (better than my old one).

-Ed

Ciao master,
I have buy this library for my student home work, i buy in sellfy.com in link you posted here,
im buy with my father credit card and use my email, my father work in germany and i live in bali - Indonesia,
the problem is this library download link cannot confirm in my email or my father email, this deferent country problem with this ? 
In my father email was confirmed payment is succes,
Thx :slight_smile:

The problem is solved, thx,

if i use object:setFillColor(r, g, b) to change color,
how to implement this color picker librari ? can master explaint me ?