MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING Reference page 698

Director scripting reference
Table of Contents

Advertisement

See also
fog
colorBufferDepth
Usage
getRendererServices().colorBufferDepth
Description
3D
rendererServices
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
put getRendererServices().colorBufferDepth
-- 32
See also
getRendererServices(), getHardwareInfo(),
colorDepth
Usage
-- Lingo syntax
_system.colorDepth
// JavaScript syntax
_system.colorDepth;
Description
System property; determines the color depth of the computer's monitor. Read/write.
In Windows, using this property lets you check and set the monitor's color depth. Some video
card and driver combinations may not enable you to set the
verify that the color depth has actually changed after you attempt to set it.
On the Macintosh, this property lets you check the color depth of different monitors and
change it when appropriate.
Possible values are the following:
1
2
4
8
16
32
698
Chapter 14: Properties
property; indicates the color precision of the hardware output buffer of
colorBufferDepth
Black and white
4 colors
16 colors
256 colors
32,768 or 65,536 colors
16,777,216 colors
value of the user's video card is 32.
depthBufferDepth
colorDepth
property. Always

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DIRECTOR MX 2004-DIRECTOR SCRIPTING and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Director mx 2004

Table of Contents