Description
Gets or sets the specular Color of the Central Body in the
Scene. The specular color is associated with the
Specular Overlay.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property SpecularColor() As System.Drawing.Color
|
[C#] |
---|
public System.Drawing.Color SpecularColor {get; set;}
|
[Managed C++] |
---|
public: __property uint^ get_SpecularColor(); public: __property void set_SpecularColor( uint ^ );
|
[Unmanaged C++] |
---|
public: HRESULT get_SpecularColor( uint ** ppRetVal ); public: HRESULT put_SpecularColor( uint * pNewSpecularColor );
|
[Java] |
---|
public long getSpecularColor();public void setSpecularColor( long );
|
See Also