Searched refs:grayscale_ (Results 1 – 4 of 4) sorted by relevance
1119 void negate(const bool grayscale_=false);1120 void negateChannel(const ChannelType channel_,const bool grayscale_=false);
764 negateImage( const bool grayscale_ = false );
709 Magick::negateImage::negateImage( const bool grayscale_ ) in negateImage() argument710 : _grayscale( grayscale_ ) in negateImage()
3729 void Magick::Image::negate(const bool grayscale_) in negate() argument3733 NegateImage(image(),(MagickBooleanType) grayscale_,exceptionInfo); in negate()3738 const bool grayscale_) in negateChannel() argument3743 NegateImage(image(),(MagickBooleanType) grayscale_,exceptionInfo); in negateChannel()