Advanced Color Picker

Install guide

1.
The acp folder must be the root of your file system.
2.
Put this code in the <head> section of your HTML file:

<script type="text/javascript">
var baseFolder="";
</script>
<script type="text/javascript" src="acp/js/picker.js"></script>

baseFolder shoud reflect the location for the "acp" folder. (Eg: "/" if is in the root, "/scripts" if it's located in a folder called "scripts".)

3.
For examples on how to use ACP see the examples.