I want to make use of an jquery statement.
I want to set specific colors, like this ---> Colorpicker, colors: "#000000,#ffffff"
var fpd = jQuery('#fancy-product-designer-' + productID + '').data('fancy-product-designer');
fpd.getProduct();
I thought this was the right way, but it isn't.
fpd.defaults.colors(Colorpicker, colors: "#000000,#ffffff");
I got it...