ColorAdjustType Enum

Definition

Specifies which GDI+ objects use color adjustment information.

public enum class ColorAdjustType
public enum ColorAdjustType
type ColorAdjustType = 
Public Enum ColorAdjustType
Inheritance
ColorAdjustType

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.

Applies to