return(constImage()->dispose);
}
+bool Magick::Image::hasChannel(const PixelChannel channel) const
+{
+ return (GetPixelChannelTraits(constImage(),channel) != UndefinedPixelTrait);
+}
+
void Magick::Image::highlightColor(const Color color_)
{
std::string
void gifDisposeMethod(const DisposeType disposeMethod_);
DisposeType gifDisposeMethod(void) const;
+ bool hasChannel(const PixelChannel channel) const;
+
// When comparing images, emphasize pixel differences with this color.
void highlightColor(const Color color_);
using MagickCore::GetNextValueInLinkedList;
using MagickCore::GetNumberOfElementsInLinkedList;
using MagickCore::GetPixelBlue;
+ using MagickCore::GetPixelChannelTraits;
using MagickCore::GetPixelGreen;
using MagickCore::GetPixelInfo;
using MagickCore::GetPixelRed;