Microsoft SDK for Java

setSceneBackgroundRGB

This method of the Direct3dRMFrame Class sets the background color of a scene, using an RGB value.

Syntax

public void setSceneBackgroundRGB(float r, float g, float b);

Parameters

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.