colorDepth

The color bit depth used to display images on the PODSScreen object.

Interface

PODSScreen

IDL definition
read-only attribute PODSInt32 colorDepth;
JavaScript synopsis
screen.colorDepth
C synopsis
PODSInt32 PODSgetColorDepth(PODSScreen* screen);
Parameters
  • screen   The PODSScreen object.

Returns

The color depth for the PODSScreen object.

Remarks

The color depth is the bit depth of the color palette in bits per pixel, if a color palette is in use. Otherwise, this property is derived from pixelDepth.

See also

pixelDepth