This document is archived and information here might be outdated. Recommended version. |
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 single sunGreen [in]
sunGreen is a parameter of type single sunBlue [in]
sunBlue is a parameter of type single