Home
last modified time | relevance | path

Searched refs:grayscale_ (Results 1 – 4 of 4) sorted by relevance

/external/ImageMagick/Magick++/lib/Magick++/
DImage.h1119 void negate(const bool grayscale_=false);
1120 void negateChannel(const ChannelType channel_,const bool grayscale_=false);
DSTL.h764 negateImage( const bool grayscale_ = false );
/external/ImageMagick/Magick++/lib/
DSTL.cpp709 Magick::negateImage::negateImage( const bool grayscale_ ) in negateImage() argument
710 : _grayscale( grayscale_ ) in negateImage()
DImage.cpp3729 void Magick::Image::negate(const bool grayscale_) in negate() argument
3733 NegateImage(image(),(MagickBooleanType) grayscale_,exceptionInfo); in negate()
3738 const bool grayscale_) in negateChannel() argument
3743 NegateImage(image(),(MagickBooleanType) grayscale_,exceptionInfo); in negateChannel()