TColorDepth Enumeration

Represents type TColorDepth.

Namespace: System.Graphics
type
 TColorDepth = (cdDefault, cdDeviceDependent, cd4Bit, cd8Bit, cd16Bit, cd24Bit, cd32Bit);

The TColorDepth type exposes the following members.

Show:
 NameDescription
cd16Bit

Represents constant cd16Bit.

cd24Bit

Represents constant cd24Bit.

cd32Bit

Represents constant cd32Bit.

cd4Bit

Represents constant cd4Bit.

cd8Bit

Represents constant cd8Bit.

cdDefault

Represents constant cdDefault.

cdDeviceDependent

Represents constant cdDeviceDependent.

Top