This method of the Direct3dRMMaterial Class sets the color of the specular highlights of a material.
public void setSpecular(float r, float g, float b);
r | The red component of the specular highlight color. |
g | The green component of the specular highlight color. |
b | The blue component of the specular highlight color. |