Gets or sets a specular color of light source. The color is presented as an array of four color components (red, green, blue, alpha). Usually the component belongs to the range 0...1, but can be greater than 1.
public float[] SpecularColor {get; set;}
public: __property float[]* get_SpecularColor();
public: __property void set_SpecularColor(
float[]* value
);
'Declaration
Public Property SpecularColor As Single()
'Usage
Dim instance As ImGearVectorLightSource
Dim value() As Single
instance.SpecularColor = value
value = instance.SpecularColor
Property Value
An array of four color components - red, green, blue and alpha.