my $index = $myImage->getPixel(20,100); my ($r,$g,$b) = $myImage->rgb($index);