Lines Matching full:blend
644 % A percentage blend is specified with opacity. Control the application
650 % Image *ColorizeImage(const Image *image,const char *blend,
657 % o blend: A character string indicating the level of blending as a
665 MagickExport Image *ColorizeImage(const Image *image,const char *blend,
719 if (blend == (const char *) NULL)
722 flags=ParseGeometry(blend,&geometry_info);
5290 % Image *TintImage(const Image *image,const char *blend,
5297 % o blend: A color value used for tinting.
5304 MagickExport Image *TintImage(const Image *image,const char *blend,
5357 if (blend == (const char *) NULL)
5363 flags=ParseGeometry(blend,&geometry_info);