ArcObjects Library Reference (GlobeCore)  

IGlobeDisplayRendering.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

IGlobeDisplayRendering Interface