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