From: cristy Date: Sat, 9 Mar 2013 15:09:38 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~4121 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=92ac5722b1f3f0c7aba2700427eb918b9b63b9a7;p=imagemagick --- diff --git a/MagickCore/fx.c b/MagickCore/fx.c index 74f636dc2..befa72077 100644 --- a/MagickCore/fx.c +++ b/MagickCore/fx.c @@ -5257,7 +5257,7 @@ MagickExport Image *TintImage(const Image *image,const char *blend, color_vector.red=geometry_info.rho; color_vector.green=geometry_info.rho; color_vector.blue=geometry_info.rho; - color_vector.alpha=OpaqueAlpha; + color_vector.alpha=(MagickRealType) OpaqueAlpha; if ((flags & SigmaValue) != 0) color_vector.green=geometry_info.sigma; if ((flags & XiValue) != 0)