pixelDepth

The pixel depth for the PODSScreen object; the display screen color resolution, in bits per pixel.

Interface

PODSScreen

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

Returns

The pixel depth for the PODSScreen object.

See also

colorDepth