Searched refs:highlightColor (Results 1 – 4 of 4) sorted by relevance
50 root.tk_setPalette(background='blue', highlightColor='yellow')53 root.tk_setPalette(background='yellow', highlightColor='blue')64 root.tk_setPalette, highlightColor='blue')
867 Integer highlightColor = set.getHighlightColor(); in drawHighlighted() local868 if (highlightColor == null) in drawHighlighted()869 highlightColor = set.getColor(index); in drawHighlighted()870 mRenderPaint.setColor(highlightColor); in drawHighlighted()
290 void highlightColor(const Color color_);
985 void Magick::Image::highlightColor(const Color color_) in highlightColor() function in Magick::Image