Home | History | Annotate | Download | only in lib

Lines Matching defs:opaque

304   // matte channel, then create an opaque matte channel.  Likewise, if
306 // desired, then set the matte channel to opaque.
3705 void Magick::Image::opaque(const Color &opaqueColor_,const Color &penColor_,
3713 opaque,
3718 "Opaque color argument is invalid");
3729 (void) QueryColorCompliance(opaqueColor.c_str(),AllCompliance,&opaque,
3733 OpaquePaintImage(image(),&opaque,&pen,invert_ ? MagickTrue : MagickFalse,