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
Determine whether an input color has an alpha channel. If it does, extract the non-alpha portion of the color and use that to update the input[type=color] value. Need to determine whether the color is a valid color too, though.
Determine whether an input color has an alpha channel. If it does, extract the non-alpha portion of the color and use that to update the
input[type=color]value. Need to determine whether the color is a valid color too, though.Related to #119, #19