Page 1 of 1

Posted: 2006-10-11T18:48:24-07:00
by magick
To set alpha to say 50% in the PerlMagick Draw() method, try
  • $im->Draw(fill=>"rgba(255,0,0,0.5)",...);