ImgList.TColorDepth
From RAD Studio VCL Reference
Contents |
Delphi Information
From ImgList.pas
TColorDepth = { cdDefault, cdDeviceDependent, cd4Bit, cd8Bit, cd16Bit, cd24Bit, cd32Bit };
Unit: ImgList
Type: enum
C++ Information
From ImgList.hpp
enum TColorDepth{ cdDefault, cdDeviceDependent, cd4Bit, cd8Bit, cd16Bit, cd24Bit, cd32Bit };
Unit: ImgList
Type: enum
Description
Color depth of list images.
TColorDepth is the color depth of images in the list. This is the number of bits to represent color for each pixel. The following table describes the possible values:
| Value | Meaning |
|---|---|
|
cdDefault |
Default color depth. |
|
cdDeviceDependent |
Device dependent color depth. |
|
cd4Bit |
4 bit color depth. |
|
cd8Bit |
8 bit color depth. |
|
cd16Bit |
16 bit color depth. |
|
cd24Bit |
24 bit color depth. |
|
cd32Bit |
32 bit color depth. |