This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeDisplayRendering3 Interface > IGlobeDisplayRendering3.SetSunColor Method (ArcObjects .NET 10.4 SDK) |
Sets the sun RGB color.
[Visual Basic .NET] Public Sub SetSunColor ( _ ByVal sunRed As Single, _ ByVal sunGreen As Single, _ ByVal sunBlue As Single _ )
[C#] public void SetSunColor ( float sunRed, float sunGreen, float sunBlue );
[C++]
HRESULT SetSunColor(
float sunRed,
float sunGreen,
float sunBlue
);
[C++]
Parameters sunRed [in] sunRed is a parameter of type float sunGreen [in] sunGreen is a parameter of type float sunBlue [in] sunBlue is a parameter of type float