STK Graphics PrimitivesSend comments on this topic.
SpecularColor Property (IAgStkGraphicsCentralBodyGraphics)
See Also
Windows





Windows & Linux

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 * pRetVal
);
public: HRESULT put_SpecularColor(
    uint SpecularColor
);
[Java]
public long getSpecularColor();
public void setSpecularColor(
    long
);
[Python - STK API ]
@property
def SpecularColor(self) -> agi.stk12.utilities.colors.Color:

@SpecularColor.setter
def SpecularColor(self, SpecularColor:agi.stk12.utilities.colors.Color) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.