This document is archived and information here might be outdated.  Recommended version.


IGlobeDisplayRendering3.SetSunColor Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeDisplayRendering3.SetSunColor Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeDisplayRendering3 Interface