Microsoft SDK for Java

setGroupColorRGB

This method of the Direct3dRMMesh Class sets the color of a group in a Direct3dRMMesh object by using individual RGB values.

Syntax

public void setGroupColorRGB(int id, float r, float g, float b);

Parameters

id The group identifier. This identifier must have been produced by using the addGroup method.
r The red component of the group color.
g The green component of the group color.
b The blue component of the group color.

See Also

getGroupColor, setGroupColor

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