Light.Specular Property (Microsoft.DirectX.Direct3D)
Retrieves or sets the specular color emitted by the light.
This member is a Color structure.
Definition
Visual Basic Public Property Specular As Color C# public Color Specular { get; set; } C++ public:
property Color Specular {
Color get();
void set(Color value);
}JScript public function get Specular() : Color
public function set Specular(Color);
Property Value
System.Drawing.Color
A Color structure that represents the specular color.This property is read/write.
Remarks
Exceptions
The property value is invalid.