Site icon Hip-Hop Website Design and Development

Tips on how to clear wpColorPicker (Iris.js)?

I am attempting to clear the WordPress colorpicker however appears it does not work. That is what I’Ve tried:

$('#aspect').wpColorPicker('clear');
//error: Uncaught Error: no such methodology 'clear' for wpColorPicker widget occasion
$('#aspect').wpColorPicker('colour', '#');
//no output/change  
$('#aspect').wpColorPicker('colour', '');
//no output/change

After all there is no methodology talked about in the documentation however there is a choices for a callback methodology so it is possibly attainable by way of some “hacking”?