You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// pickr is your instance.pickr.on('change',function(color){if(color.a===1){pickr.setColorRepresentation('HEX');}else{pickr.setColorRepresentation('RGBA');}});
Is it possible for a the picker to start with a hex value and then change to rgba when the alpha is changed?
E.g. the pickr starts off as #ffffff but the alpha is changed to .8 so now the pickr displays it as rgba(255, 255, 255, .8)
The text was updated successfully, but these errors were encountered: