Searched defs:backgroundColor_ (Results 1 - 2 of 2) sorted by relevance

/external/ImageMagick/Magick++/lib/
H A DMontage.cpp40 void Magick::Montage::backgroundColor(const Magick::Color &backgroundColor_) argument
42 _backgroundColor=backgroundColor_;
H A DImage.cpp379 void Magick::Image::backgroundColor(const Color &backgroundColor_) argument
383 if (backgroundColor_.isValid())
384 image()->background_color=backgroundColor_;
388 options()->backgroundColor(backgroundColor_);
2923 const Color &backgroundColor_)
2925 backgroundColor(backgroundColor_);
2930 const Color &backgroundColor_,const GravityType gravity_)
2932 backgroundColor(backgroundColor_);
4463 const Color &backgroundColor_)
4465 backgroundColor(backgroundColor_);
2922 extent(const Geometry &geometry_, const Color &backgroundColor_) argument
2929 extent(const Geometry &geometry_, const Color &backgroundColor_,const GravityType gravity_) argument
4462 splice(const Geometry &geometry_, const Color &backgroundColor_) argument
4469 splice(const Geometry &geometry_, const Color &backgroundColor_,const GravityType gravity_) argument
[all...]

Completed in 131 milliseconds