Home
last modified time | relevance | path

Searched refs:backgroundColor_ (Results 1 – 4 of 4) sorted by relevance

/external/ImageMagick/Magick++/lib/
DMontage.cpp40 void Magick::Montage::backgroundColor(const Magick::Color &backgroundColor_) in backgroundColor() argument
42 _backgroundColor=backgroundColor_; in backgroundColor()
DImage.cpp374 void Magick::Image::backgroundColor(const Color &backgroundColor_) in backgroundColor() argument
378 if (backgroundColor_.isValid()) in backgroundColor()
379 image()->background_color=backgroundColor_; in backgroundColor()
383 options()->backgroundColor(backgroundColor_); in backgroundColor()
2958 const Color &backgroundColor_) in extent() argument
2960 backgroundColor(backgroundColor_); in extent()
2965 const Color &backgroundColor_,const GravityType gravity_) in extent() argument
2967 backgroundColor(backgroundColor_); in extent()
4525 const Color &backgroundColor_) in splice() argument
4527 backgroundColor(backgroundColor_); in splice()
[all …]
/external/ImageMagick/Magick++/lib/Magick++/
DMontage.h29 void backgroundColor(const Color &backgroundColor_);
DImage.h1365 void splice(const Geometry &geometry_,const Color &backgroundColor_);
1366 void splice(const Geometry &geometry_,const Color &backgroundColor_,