* Changes the color for the text only. * @param color Color value. */
| 91 | * @param color Color value. |
| 92 | */ |
| 93 | void TextButton::setTextColor(Uint8 color) |
| 94 | { |
| 95 | _text->setColor(color); |
| 96 | _redraw = true; |
| 97 | } |
| 98 | |
| 99 | /** |
| 100 | * Changes the text to use the big-size font. |