Closed notrealdev closed 3 years ago
To set a color: Syntax colorPickerComp.colorChange([color], [Button which open the picker]);
Example: colorPickerComp.colorChange('#000', document.getElementById('color-picker-button'));
To clear a color Same as above but color is '' (empty string)
Thank you so much!
Hi, is there way to:
.setColor( '#000000 )
''