* Changes the secondary color of the text in the list. * @param color Color value. */
| 472 | * @param color Color value. |
| 473 | */ |
| 474 | void TextList::setSecondaryColor(Uint8 color) |
| 475 | { |
| 476 | _color2 = color; |
| 477 | } |
| 478 | |
| 479 | /** |
| 480 | * Returns the secondary color of the text in the list. |