* Changes the color for the message background. * @param color Color value. */
| 60 | * @param color Color value. |
| 61 | */ |
| 62 | void WarningMessage::setColor(Uint8 color) |
| 63 | { |
| 64 | _color = color; |
| 65 | } |
| 66 | |
| 67 | /** |
| 68 | * Changes the color for the message text. |
no outgoing calls
no test coverage detected