ColorAdjustType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies which GDI+ objects use color adjustment information.
public enum class ColorAdjustType
public enum ColorAdjustType
type ColorAdjustType =
Public Enum ColorAdjustType
- Inheritance
Fields
Any | 6 | The number of types specified. |
Bitmap | 1 | Color adjustment information for Bitmap objects. |
Brush | 2 | Color adjustment information for Brush objects. |
Count | 5 | The number of types specified. |
Default | 0 | Color adjustment information that is used by all GDI+ objects that do not have their own color adjustment information. |
Pen | 3 | Color adjustment information for Pen objects. |
Text | 4 | Color adjustment information for text. |
Remarks
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.