* Changes the color used to draw the border and contents. * @param color Color value. */
| 47 | * @param color Color value. |
| 48 | */ |
| 49 | void Bar::setColor(Uint8 color) |
| 50 | { |
| 51 | _color = color; |
| 52 | _redraw = true; |
| 53 | } |
| 54 | |
| 55 | /** |
| 56 | * Returns the color used to draw the bar. |
no outgoing calls