]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 1 Jul 2014 14:15:18 +0000 (14:15 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 1 Jul 2014 14:15:18 +0000 (14:15 +0000)
MagickWand/pixel-wand.c

index d8dfa1b4a0e33b9b9b0b17d51bd4608a2f2d17f6..7a1e520ed90fd3bd891505576fa6d1e2243f1401 100644 (file)
@@ -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)