strokeColorImage 470 Magick++/demo/demo.cpp for_each( images.begin(), images.end(), strokeColorImage( Color("#600") ) ); strokeColorImage 1157 Magick++/lib/Magick++/STL.h class MagickPPExport strokeColorImage : public std::unary_function<Image&,void> strokeColorImage 1160 Magick++/lib/Magick++/STL.h strokeColorImage( const Color &strokeColor_ ); strokeColorImage 1082 Magick++/lib/STL.cpp Magick::strokeColorImage::strokeColorImage( const Magick::Color &strokeColor_ ) strokeColorImage 1086 Magick++/lib/STL.cpp void Magick::strokeColorImage::operator()( Magick::Image &image_ ) const