ColorDepth Enumeration
.NET Framework (current version)
Specifies the number of colors used to display an image in an ImageList control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| Depth16Bit | A 16-bit image. | |
| Depth24Bit | A 24-bit image. | |
| Depth32Bit | A 32-bit image. | |
| Depth4Bit | A 4-bit image. | |
| Depth8Bit | An 8-bit image. |
This enumeration is used by the ColorDepth property of the ImageList class.
.NET Framework
Available since 1.1
Available since 1.1
Show: