This method of the Direct3dRM Class creates an RGB color value.
public int createColorRGB(float red, float green, float blue);
Returns a color value.
red | The red component of the color. |
green | The green component of the color. |
blue | The blue component of the color. |