Subject: | compare in Imager::Color |
Currently, you have to manually compare colors by comparing the
output of the rgba method of two colors. It would be nice if you
could just do $c1->compare ($c2); and probably
$c1->compare ($c2, ignore_aa => 1); too