* Changes the color used to draw the background. * @param bg Color value. */
| 63 | * @param bg Color value. |
| 64 | */ |
| 65 | void Frame::setBackground(Uint8 bg) |
| 66 | { |
| 67 | _bg = bg; |
| 68 | _redraw = true; |
| 69 | } |
| 70 | |
| 71 | /** |
| 72 | * Returns the color used to draw the background. |
no outgoing calls