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

    Maybe the problem was in my subsequent use of the colour - I have to look at the code at home to see what really triggered the behaviour in the program. Looking at the code in Imager::Color, I don't see any reason why it shouldn't behave as the documentation says.