monochrome       1211 Magick++/lib/Image.cpp   options()->monochrome(monochromeFlag_);
monochrome       1216 Magick++/lib/Image.cpp   return(constOptions()->monochrome());
monochrome        383 Magick++/lib/Magick++/Image.h     void monochrome(const bool monochromeFlag_);
monochrome        384 Magick++/lib/Magick++/Image.h     bool monochrome(void) const;
monochrome        151 Magick++/lib/Magick++/Options.h     void monochrome(bool monochromeFlag_);
monochrome        152 Magick++/lib/Magick++/Options.h     bool monochrome(void) const;
monochrome        428 Magick++/lib/Options.cpp   _imageInfo->monochrome=(MagickBooleanType) monochromeFlag_;
monochrome        433 Magick++/lib/Options.cpp   return(static_cast<bool>(_imageInfo->monochrome));
monochrome       1506 Magick++/lib/STL.cpp   image_.monochrome( _monochromeFlag );
monochrome        991 Magick++/tests/attributes.cpp     if ( image.monochrome() != false )
monochrome        999 Magick++/tests/attributes.cpp     image.monochrome(true);
monochrome       1000 Magick++/tests/attributes.cpp     if ( image.monochrome() != true )
monochrome       1005 Magick++/tests/attributes.cpp     image.monochrome(false);
monochrome        314 coders/pcl.c     if (image_info->monochrome != MagickFalse)
monochrome        708 coders/pdf.c         (image_info->monochrome != MagickFalse))
monochrome        859 coders/ps.c      if (image_info->monochrome != MagickFalse)
monochrome       2270 coders/psd.c       monochrome;
monochrome       2294 coders/psd.c     monochrome=IsMonochromeImage(image,&image->exception) && (image->depth == 1)
monochrome       2307 coders/psd.c       if (monochrome != MagickFalse)
monochrome       2670 coders/psd.c           monochrome;
monochrome       2675 coders/psd.c         monochrome=IsMonochromeImage(image,&image->exception) &&
monochrome       2678 coders/psd.c           (monochrome != MagickFalse ? 1 : image->depth > 8 ? 16 : 8));
monochrome       2680 coders/psd.c           (monochrome != MagickFalse ? BitmapMode : GrayscaleMode));
monochrome        268 coders/xps.c     if (image_info->monochrome != MagickFalse)
monochrome        975 magick/image.c   clone_info->monochrome=image_info->monochrome;
monochrome        416 magick/image.h     monochrome;
monochrome       7224 wand/mogrify.c             image_info->monochrome=(*option == '-') ? MagickTrue : MagickFalse;