I am trying to set the Spectrum Color Picker to its initial state so no color is set but I cant get it working by setting the Spectrum Color Picker to null, like this:
$("#stylecolor").spectrum("set", null);
Am I missing anything, so how to I set the Spectrum Color Picker to empty or null?