Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nc22/kellyc-color-picker
- Owner: NC22
- License: gpl-3.0
- Created: 2015-05-16T01:56:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-07-31T19:13:25.000Z (over 2 years ago)
- Last Synced: 2023-04-28T04:25:35.269Z (over 1 year ago)
- Topics: canvas, color, color-picker, html5, javascript, picker
- Language: JavaScript
- Homepage: https://nradiowave.ru/webdev/
- Size: 238 KB
- Stars: 62
- Watchers: 3
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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
## License
[GNU General Public License v3](http://www.gnu.org/licenses/gpl.html)