From: cristy Date: Tue, 1 Jul 2014 14:15:18 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~2179 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13fdc36a4740731cfece669eb94956cd5eb81999;p=imagemagick --- diff --git a/MagickWand/pixel-wand.c b/MagickWand/pixel-wand.c index d8dfa1b4a..7a1e520ed 100644 --- a/MagickWand/pixel-wand.c +++ b/MagickWand/pixel-wand.c @@ -500,7 +500,7 @@ WandExport MagickBooleanType PixelClearException(PixelWand *wand) % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % -% PixelGetAlpha() returns the normalized alpha color of the pixel wand. +% PixelGetAlpha() returns the normalized alpha value of the pixel wand. % % The format of the PixelGetAlpha method is: % @@ -1472,7 +1472,7 @@ WandExport Quantum PixelGetYellowQuantum(const PixelWand *wand) % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % -% PixelSetAlpha() sets the normalized alpha color of the pixel wand. +% PixelSetAlpha() sets the normalized alpha value of the pixel wand. % % The format of the PixelSetAlpha method is: % @@ -1506,18 +1506,17 @@ WandExport void PixelSetAlpha(PixelWand *wand,const double alpha) % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % -% PixelSetAlphaQuantum() sets the alpha color of the pixel wand. +% PixelSetAlphaQuantum() sets the alpha value of the pixel wand. % % The format of the PixelSetAlphaQuantum method is: % -% void PixelSetAlphaQuantum(PixelWand *wand, -% const Quantum alpha) +% void PixelSetAlphaQuantum(PixelWand *wand,const Quantum alpha) % % A description of each parameter follows: % % o wand: the pixel wand. % -% o alpha: the alpha color. +% o alpha: the alpha value. % */ WandExport void PixelSetAlphaQuantum(PixelWand *wand,const Quantum alpha)