TColorDepth Type

Specifies the number of colors used to display an image in an CNClrLib.Component.ImageList|TCnImageList control.

Namespace: CNClrLib.Control.EnumTypes
type
 TColorDepth = CNClrlib.EnumTypes.TColorDepth;

Field
Description

cdDepth4Bit

A 4-bit image.

cdDepth8Bit

An 8-bit image.

cdDepth16Bit

A 16-bit image.

cdDepth24Bit

A 24-bit image.

cdDepth32Bit

A 32-bit image.