3D Lingo Dictionary > C-D > colorBufferDepth |
![]() ![]() ![]() |
colorBufferDepth
Syntax
getRendererServices().colorBufferDepth
Description
3D rendererServices
property; indicates the color precision of the hardware output buffer of the user's system. The value is either 16 or 32, depending on the user's hardware settings.
This property can be tested but not set.
Example
This statement shows that the colorBufferDepth
value of the user's video card is 32.
put getRendererServices().colorBufferDepth -- 32
See also
getRendererServices()
, getHardwareInfo()
, depthBufferDepth
![]() ![]() ![]() |