ColorDepth
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies the number of colors used to display an image in an ImageList control.
- C#
- VB.NET
public enum ColorDepth : Enum
Public Enum ColorDepth As [Enum]
Fields
| 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. |