RwGetRasterDepth(RwRaster *raster);
Description
Retrieves the depth (in bits) of the raster.
Arguments
raster Pointer to the raster.
Return Value
The depth (in bits) of raster if successful, and -1 otherwise.
Comments
The raster depth is always equal to RenderWares current render depth.
See Also