in reply to Re^4: How should named paramater keys be named?
in thread How should named paramater keys be named?
That behaviour of Imager::Color would be a bug, given the documentation.
But I can't reproduce it:
tony@mars:.../git/bse$ perl -MImager -le '$c = Imager::Color->new(0, 0 +, 255); print join ",", $c->rgba' 0,0,255,255
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: How should named paramater keys be named?
by Corion (Patriarch) on Jul 13, 2011 at 07:52 UTC |