Enum ColorDepth
Represents the color depth of the pixels of a graphics surface.
Namespace: Cosmos.System.Graphics
Assembly: Cosmos.System2.dll
Syntax
public enum ColorDepth
Fields
| Name | Description |
|---|---|
| ColorDepth16 | 16 bits per pixel; 65535 colors. |
| ColorDepth24 | 24 bits per pixel; 16,777,216 colors. |
| ColorDepth32 | 32 bits per pixel; 16,777,216 of colors with transparency (alpha values). |
| ColorDepth4 | 4 bits per pixel; 16 colors. |
| ColorDepth8 | 8 bits per pixel; 256 colors. |