TDFX_GetColorSpaceParams
bool TDFX_GetColorSpaceParams(int colorSpace, uint8& bpp);
if (!TDFX_GetColorSpaceParams(mode.space, mode.bitsPerPixel))
if (!TDFX_GetColorSpaceParams(mode->space, bitsPerPixel))
if (!TDFX_GetColorSpaceParams(mode->space, bitsPerPixel))