This method of the Direct3dRMMeshBuilder Class sets all the faces of a Direct3dRMMeshBuilder object to a given color.
public void setColorRGB(float red, float green, float blue);
red | The red component of the color. |
green | The green component of the color. |
blue | The blue component of the color. |