PaletteFlags Enumeration
.NET Framework (current version)
Specifies the type of color data in the system palette. The data can be color data with alpha, grayscale data only, or halftone data.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System.Drawing (in System.Drawing.dll)
| Member name | Description | |
|---|---|---|
| GrayScale | Grayscale data. | |
| Halftone | Halftone data. | |
| HasAlpha | Alpha data. |
.NET Framework
Available since 1.1
Available since 1.1
Show: