Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomImageList.ColorDepth Property

Specifies the color depth (the pixel format) of the stored images.

#Declaration

Delphi
property ColorDepth; default cd32Bit;

#Property Value

Type Default Description
TColorDepth cd32Bit

The color depth of images in the list.

#Remarks

Options include:

Value Description
cdDefault The default color depth.
cdDeviceDependent The image color depth is device-dependent.
cd4Bit The 4-bit color depth for grayscale images.
cd8Bit The 8-bit color depth for 8-bit true color and color-mapped images.
cd16Bit The 16-bit color depth for High color RGB images.
cd24Bit The 24-bit color depth for True color RGB images.
cd32Bit The 32-bit color depth for True color RGBA images.

Note

Every ColorDepth property change calls the Clear procedure.

See Also