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