Wiki > TV3D65 Index > TVRenderSurface
-Sets the background colour for this RS. When cleared, the RS will be filled with this colour.
| VB.NET | SetBackgroundColor(iColor As Integer) |
|---|---|
| C++ | void SetBackgroundColor(int iColor ) |
| NAME | OPTIONAL | DESCRIPTION |
|---|---|---|
| iColor | No | The new background colour. |
| Null | Does not return a value. |
|---|
| Example | Basic example. |
|---|