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.cpp379 void Magick::Image::backgroundColor(const Color &backgroundColor_) in backgroundColor() argument
383 if (backgroundColor_.isValid()) in backgroundColor()
384 image()->background_color=backgroundColor_; in backgroundColor()
388 options()->backgroundColor(backgroundColor_); in backgroundColor()
2923 const Color &backgroundColor_) in extent() argument
2925 backgroundColor(backgroundColor_); in extent()
2930 const Color &backgroundColor_,const GravityType gravity_) in extent() argument
2932 backgroundColor(backgroundColor_); in extent()
4463 const Color &backgroundColor_) in splice() argument
4465 backgroundColor(backgroundColor_); in splice()
[all …]
/external/ImageMagick/Magick++/lib/Magick++/
DMontage.h29 void backgroundColor(const Color &backgroundColor_);
DImage.h1350 void splice(const Geometry &geometry_,const Color &backgroundColor_);
1351 void splice(const Geometry &geometry_,const Color &backgroundColor_,