Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nc22/kellyc-color-picker

A scaleable color picker implemented using HTML5 (color wheel, use hsv model) Single file, not require addition libs, colorpicker compatible with mobile devices
https://github.com/nc22/kellyc-color-picker

canvas color color-picker html5 javascript picker

Last synced: 27 days ago
JSON representation

A scaleable color picker implemented using HTML5 (color wheel, use hsv model) Single file, not require addition libs, colorpicker compatible with mobile devices

Awesome Lists containing this project

README

        

# KellyC-Color-Picker

A scaleable color picker (color wheel). Attaches to "input" DOM element

- HTML5 canvas
- Scalable
- HSV color model
- Tested on mobile devices
- Don't require any addition libraries
- Correct turn off if browser not support HTML5
- Two styles for set saturation and volume (display as hsv quad block or as hsv triangle)
- Optional transparency slider (>= v0.9)
- Optional popup window if attach color picker to an input (>= v1.02)

Example :




new KellyColorPicker({
place : 'color-picker',
size : 150,
input : 'color',
});


See [Wiki](//github.com/NC22/HTML5-Color-Picker/wiki/) for full documentation

## Demo | Examples

List of examples

## License

[GNU General Public License v3](http://www.gnu.org/licenses/gpl.html)