jquery/jquery-color

Add a .is( othercolor ) method.

Closed this issue · 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