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;
773 void Magick::Options::textUnderColor(const Color &undercolor_) in textUnderColor() function in Magick::Options779 Magick::Color Magick::Options::textUnderColor(void) const in textUnderColor() function in Magick::Options
1604 void Magick::Image::textUnderColor(const Color &underColor_) in textUnderColor() function in Magick::Image1607 options()->textUnderColor(underColor_); in textUnderColor()1610 Magick::Color Magick::Image::textUnderColor(void) const in textUnderColor() function in Magick::Image1612 return(constOptions()->textUnderColor()); in textUnderColor()