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