This method of the Direct3dRMFace Class sets a Direct3dRMFace object to a given color.
public void setColorRGB(float r, float g, float b);
r | The red component of the color. |
g | The green component of the color. |
b | The blue component of the color. |