IDirect3DRMFrame::SetSceneFogColor
Sets the fog color of a scene.
HRESULT SetSceneFogColor(
D3DCOLOR rcColor
);
Parameters
rcColor
New color for the fog.
Return Values
Returns D3DRM_OK if successful, or an error otherwise. For a list of possible return codes, see Direct3D Retained-Mode Return Values.
Remarks
This method is also used to add a fog color key to a Direct3DRMRFrameInterpolator object.