webinista / colortheory

Decided to build a thing on a whim. May not finish.
http://colors.webinista.com/
1 stars 0 forks source link

Add an `isAlpha` function and test #120

Open webinista opened 2 years ago

webinista commented 2 years ago

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