ColorAdjustType
ColorAdjustType enumeration
Specifies which GDI+ objects use color adjustment information.
public enum ColorAdjustType
Values
Name | Value | Description |
---|---|---|
Default | 0 |
Color adjustment information that is used by all GDI+ objects that do not have their own color adjustment information. |
Bitmap | 1 |
Color adjustment information for Bitmap objects. |
Brush | 2 |
Color adjustment information for Brush objects. |
Pen | 3 |
Color adjustment information for Pen objects. |
Text | 4 |
Color adjustment information for text. |
Count | 5 |
The number of types specified. |
Any | 6 |
The number of types specified. |
See Also
- namespace System.Drawing.Imaging
- assembly Aspose.Drawing