colpick-jQuery-Color-Picker
colpick-jQuery-Color-Picker copied to clipboard
Adding support for numeric Hex values
When a numeric hex value is given to this method (example: #222222) it skips the hex processing block and goes to return this, which achieves the wrong result. This adds support for detecting numeric hex's and processing properly.