ArcObjects Library Reference (3DAnalyst)  

ISceneGraph.GetBackgroundColor Method

Returns the background color.

[Visual Basic .NET]
Public Sub GetBackgroundColor ( _
    ByRef pRed As Single&, _
    ByRef pGreen As Single&, _
    ByRef pBlue As Single& _
)
[C#]
public void GetBackgroundColor (
    ref Single& pRed,
    ref Single& pGreen,
    ref Single& pBlue
);
[C++]
HRESULT GetBackgroundColor(
  float* pRed,
  float* pGreen,
  float* pBlue
);
[C++]

Parameters

pRed [out]   pRed is a parameter of type float pGreen [out]   pGreen is a parameter of type float pBlue [out]   pBlue is a parameter of type float

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

ISceneGraph Interface