RwGetCameraBackColor(RwCamera *camera, RwRGBColor *color);
Description
Retrieves the cameras background fill color.
Arguments
camera Pointer to the camera.
color Pointer to the RwRGBColor that will receive the cameras color.
Return Value
The argument color if successful, and NULL otherwise.
See Also