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