ColorAdjustType Enumeration
.NET Framework (current version)
Specifies which GDI+ objects use color adjustment information.
Assembly: System.Drawing (in System.Drawing.dll)
| Member name | Description | |
|---|---|---|
| Any | The number of types specified. | |
| Bitmap | Color adjustment information for Bitmap objects. | |
| Brush | Color adjustment information for Brush objects. | |
| Count | The number of types specified. | |
| Default | Color adjustment information that is used by all GDI+ objects that do not have their own color adjustment information. | |
| Pen | Color adjustment information for Pen objects. | |
| Text | Color adjustment information for text. |
Bitmap, Brush, and Pen objects use any color adjustments that have been set in the default ImageAttributes object until their own color adjustments have been set.
.NET Framework
Available since 1.1
Available since 1.1
Show: