Searched refs:matteColor (Results 1 – 9 of 9) sorted by relevance
124 void matteColor(const Color &matteColor_);125 Color matteColor(void) const;
46 void matteColor(const Color &matteColor_);47 Color matteColor(void) const;
109 void matteColor(const Color &matteColor_);110 Color matteColor(void) const;
939 if ( image.matteColor() != Color("#BDBDBD") ) in main()947 image.matteColor(ColorRGB(0.5,0.5,1)); in main()948 if ( image.matteColor() != ColorRGB(0.5,0.5,1) ) in main()955 image.matteColor( Color() ); in main()957 image.matteColor("#BDBDBD"); in main()
244 void Magick::MontageFramed::matteColor(const Magick::Color &matteColor_) in matteColor() function in Magick::MontageFramed249 Magick::Color Magick::MontageFramed::matteColor(void) const in matteColor() function in Magick::MontageFramed
76 void Magick::Options::matteColor(const Color &matteColor_) in matteColor() function in Magick::Options81 Magick::Color Magick::Options::matteColor(void) const in matteColor() function in Magick::Options
329 void Magick::Image::matteColor(const Color &matteColor_) in matteColor() function in Magick::Image336 options()->matteColor(matteColor_); in matteColor()343 options()->matteColor(tmpColor); in matteColor()347 Magick::Color Magick::Image::matteColor(void) const in matteColor() function in Magick::Image
1434 image_.matteColor( _matteColor ); in operator ()()
2037 * Bump Magick++ SO. Previously a global replace changed matteColor to