This method of the Direct3dRMMaterial Class retrieves the color of the specular highlights of a material.
public void getSpecular(float[] r, float[] g, float[] b);
r | The array variables that receive the red component of the color of the specular highlights when the method returns. |
g | The array variables that receive the green component of the color of the specular highlights when the method returns. |
b | The array variables that receive the blue component of the color of the specular highlights when the method returns. |