COLORRES top-level constant

  1. @Deprecated('Use GET_DEVICE_CAPS_INDEX.COLORRES instead')
int const COLORRES

Actual color resolution of the device, in bits per pixel. This index is valid only if the device driver sets the RC_PALETTE bit in the RASTERCAPS index and is available only if the driver is compatible with 16-bit Windows.

Implementation

@Deprecated('Use GET_DEVICE_CAPS_INDEX.COLORRES instead')
const COLORRES = 108;