Home | History | Annotate | Download | only in lib

Lines Matching refs:backgroundTexture

396 void Magick::Image::backgroundTexture(const std::string &backgroundTexture_)
399 options()->backgroundTexture(backgroundTexture_);
402 std::string Magick::Image::backgroundTexture(void) const
404 return(constOptions()->backgroundTexture());