RwSetDepthCueColor(RwDepthCueColor *color)
Description
Sets a color to be used for depth cueing. This depth cue color will be used for all subsequent rendering operations until disabled with RwSetDepthCueColor(NULL).
Arguments
color A depth cue color previously created with RwCreateDepthCueColor() or RwCreateDepthCueColorStruct().
Return Value
TRUE if successful, and FALSE otherwise.
See Also