moagrius / Color

abstract Color management class for JavaScript; discreet component manipulation; output formatting; conversions.
http://moagrius.github.io/Color/Color.html
MIT License
21 stars 9 forks source link

Bugfixes + new event "parsed" #6

Closed getriebesand closed 8 years ago

getriebesand commented 8 years ago

Added event parsed which will be fired when color could be parsed successfully Bugfix in Color.prototype.parse() when alpha value is NaN in Color.prototype.clone() and Color.prototype.copy() alpha value needs to be copied too Typo in Color.prototype._handle()

moagrius commented 8 years ago

looks good, thanks