System::Drawing::Imaging::ColorAdjustType enum
ColorAdjustType enum
Specifies which objects use color adjustment information.
enum class ColorAdjustType
Values
| Name | Value | Description |
|---|---|---|
| Default | 0 | Defines color adjustment information that is used by all objects that do not have their own color adjustment information. |
| Bitmap | 1 | Defines color adjustment information for Bitmap objects. |
| Brush | 2 | Defines color adjustment information for Brush objects. |
| Pen | 3 | Defines color adjustment information for Pen objects. |
| Text | 4 | Defines color adjustment information for text. |
| Count | 5 | Specifies the number of types specified. |
| Any | 6 | Specifies the number of types specified. |
See Also
- Namespace System::Drawing::Imaging
- Library Aspose.Page for C++