AlphaChannel      178 Magick++/lib/ChannelMoments.cpp         _channels.push_back(Magick::ChannelMoments(AlphaChannel,
AlphaChannel      179 Magick++/lib/ChannelMoments.cpp           &channel_moments[AlphaChannel]));
AlphaChannel      313 Magick++/lib/Magick++/Include.h   using MagickCore::AlphaChannel;
AlphaChannel      599 coders/json.c          case AlphaChannel:
AlphaChannel      710 coders/json.c    if (channel == AlphaChannel)
AlphaChannel      896 coders/json.c          (void) PrintChannelLocations(file,image,AlphaChannel,"alpha",
AlphaChannel     1025 coders/json.c          (void) PrintChannelStatistics(file,AlphaChannel,"alpha",1.0/scale,
AlphaChannel     1067 coders/json.c          (void) PrintChannelMoments(file,AlphaChannel,"alpha",MagickTrue,
AlphaChannel     1109 coders/json.c          (void) PrintChannelPerceptualHash(file,AlphaChannel,"alphaAlpha",
AlphaChannel     1125 coders/json.c          (void) PrintChannelFeatures(file,AlphaChannel,"alpha",MagickTrue,
AlphaChannel      803 coders/txt.c               ConcatenateColorComponent(&pixel,AlphaChannel,compliance,tuple);
AlphaChannel     1289 magick/attribute.c       (void) BilevelImageChannel(image,AlphaChannel,(double) QuantumRange/2.0);
AlphaChannel      601 magick/channel.c   if ((channel & AlphaChannel) != 0)
AlphaChannel     1146 magick/color.c     case AlphaChannel:
AlphaChannel     1581 magick/color.c       ConcatenateColorComponent(&color,AlphaChannel,SVGCompliance,tuple);
AlphaChannel      385 magick/composite.c     if ( (channel & AlphaChannel) != 0 )
AlphaChannel      419 magick/composite.c     if ( (channel & AlphaChannel) != 0 )
AlphaChannel      464 magick/composite.c     if ( (channel & AlphaChannel) != 0 )
AlphaChannel      523 magick/composite.c     if ( (channel & AlphaChannel) != 0 )
AlphaChannel      572 magick/composite.c     if ((channel & AlphaChannel) != 0)
AlphaChannel      815 magick/composite.c     if ( (channel & AlphaChannel) != 0 )
AlphaChannel      849 magick/composite.c     if ( (channel & AlphaChannel) != 0 )
AlphaChannel     1032 magick/composite.c     if ( (channel & AlphaChannel) != 0 )
AlphaChannel     1073 magick/composite.c     if ( (channel & AlphaChannel) != 0 )
AlphaChannel     1125 magick/composite.c     if ( (channel & AlphaChannel) != 0 )
AlphaChannel     1174 magick/composite.c     if ( (channel & AlphaChannel) != 0 )
AlphaChannel     1224 magick/composite.c     if ( (channel & AlphaChannel) != 0 )
AlphaChannel     1270 magick/composite.c     if ( (channel & AlphaChannel) != 0 )
AlphaChannel     1429 magick/composite.c     if ( (channel & AlphaChannel) != 0 )
AlphaChannel     4379 magick/fx.c      shadow_image=BlurImageChannel(border_image,AlphaChannel,0.0,sigma,exception);
AlphaChannel      369 magick/identify.c         case AlphaChannel:
AlphaChannel      458 magick/identify.c   if (channel == AlphaChannel)
AlphaChannel      616 magick/identify.c         (void) PrintChannelLocations(file,image,AlphaChannel,"Alpha",type,
AlphaChannel      870 magick/identify.c         (void) PrintChannelStatistics(file,AlphaChannel,"Alpha",1.0/scale,
AlphaChannel      918 magick/identify.c         (void) PrintChannelMoments(file,AlphaChannel,"Alpha",scale,
AlphaChannel      939 magick/identify.c         (void) PrintChannelPerceptualHash(file,AlphaChannel,"Alpha, Alpha",
AlphaChannel      977 magick/identify.c         (void) PrintChannelFeatures(file,AlphaChannel,"Alpha",channel_features);
AlphaChannel     1082 magick/identify.c                 ConcatenateColorComponent(&pixel,AlphaChannel,X11Compliance,
AlphaChannel      136 magick/option.c     { "A", AlphaChannel, UndefinedOptionFlag, MagickFalse },