| 739 | } |
| 740 | |
| 741 | void TextFieldEx::setTextColor(const Color4B& color) |
| 742 | { |
| 743 | _colorText = color; |
| 744 | if (!_inputText.empty()) |
| 745 | _renderLabel->setTextColor(_colorText); |
| 746 | } |
| 747 | |
| 748 | const Color4B& TextFieldEx::getTextColor(void) const |
| 749 | { |
no test coverage detected