colorDepth property
Gets the number of bits per pixel used for colors on the destination device or buffer.
Syntax
HRESULT value = object.get_colorDepth(* p);
Property values
Type: long
-
Number of bits per pixel, expressed as an integer, to use for the off-screen buffer. The value 15 specifies 16 bits per pixel, in which only 15 bits are used in a 5-5-5 layout of RGB values.
Standards information
- CSSOM View Module, 4.2
Remarks
If IHTMLScreen::bufferDepth is 0 or -1, IHTMLScreen::colorDepth is equal to the bits-per-pixel value for the screen or printer. If IHTMLScreen::bufferDepth is nonzero, IHTMLScreen::colorDepth is equal to IHTMLScreen::bufferDepth.
Show: