ColorAdjustType

ColorAdjustType enumeration

Specifies which objects use color adjustment information.

public enum ColorAdjustType

Values

NameValueDescription
Default0Color adjustment information that is used by all GDI+ objects that do not have their own color adjustment information.
Bitmap1Color adjustment information for Bitmap objects.
Brush2Color adjustment information for Brush objects.
Pen3Color adjustment information for Pen objects.
Text4Color adjustment information for text.
Count5The number of types specified.
Any6The number of types specified.

See Also