
Colorpicker
JavaScript Library
Import simply, for professional projects!
Test now
yourColorpicker.show(resultFunction); //show Colorpicker
function resultFunction(result, hex, rgb, hsl, cmyk){
...
}
Results:
Pick Color
Import library:
<script src="https://alwinschuster.at/colorpicker.min.js"></script>Use Colorpicker [JS]:
var yourColorpicker = new ASColorpicker(); //create ColorpickeryourColorpicker.show(resultFunction); //show Colorpicker
function resultFunction(result, hex, rgb, hsl, cmyk){
...
}