Searched refs:textUnderColor (Results 1 – 4 of 4) sorted by relevance
280 void textUnderColor(const Color &underColor_);281 Color textUnderColor(void) const;
498 void textUnderColor(const Color &underColor_);499 Color textUnderColor(void) const;
780 void Magick::Options::textUnderColor(const Color &undercolor_) in textUnderColor() function in Magick::Options786 Magick::Color Magick::Options::textUnderColor(void) const in textUnderColor() function in Magick::Options
1609 void Magick::Image::textUnderColor(const Color &underColor_) in textUnderColor() function in Magick::Image1612 options()->textUnderColor(underColor_); in textUnderColor()1615 Magick::Color Magick::Image::textUnderColor(void) const in textUnderColor() function in Magick::Image1617 return(constOptions()->textUnderColor()); in textUnderColor()