This method of the Direct3dRMFrame Class sets the background color of a scene, using an RGB value.
public void setSceneBackgroundRGB(float r, float g, float b);
r | The red component of the new color for the background. |
g | The green component of the new color for the background. |
b | The blue component of the new color for the background. |