* Changes the color used to draw the second contents. * @param color Color value. */
| 66 | * @param color Color value. |
| 67 | */ |
| 68 | void Bar::setColor2(Uint8 color) |
| 69 | { |
| 70 | _color2 = color; |
| 71 | _redraw = true; |
| 72 | } |
| 73 | |
| 74 | /** |
| 75 | * Returns the second color used to draw the bar. |
no outgoing calls
no test coverage detected