Back to Imagemagick

Deprecate

www/api/deprecate.html

7.1.2-18840 B
Original Source

Deprecate

Select API Method

MagickGetImageAlphaColor

MagickGetImageAlphaColor() returns the image alpha color.

The format of the MagickGetImageAlphaColor method is:

MagickBooleanType MagickGetImageAlphaColor(MagickWand \*wand, PixelWand \*alpha\_color)

A description of each parameter follows:

wandthe magick wand. alpha_colorreturn the alpha color.

MagickSetImageAlphaColor

MagickSetImageAlphaColor() sets the image alpha color.

The format of the MagickSetImageAlphaColor method is:

MagickBooleanType MagickSetImageAlphaColor(MagickWand \*wand, const PixelWand \*matte)

A description of each parameter follows:

wandthe magick wand. mattethe alpha pixel wand.