Closed this issue 14 years ago · 1 comments
It might be useful to have an equality method.
Examples:
$.Color("red").is("rgb(255,0,0)"); // true $.Color("red").is({ saturation: 1 }); // true
Completed