ColorAdjustType

ColorAdjustType enum

Specifies which objects use color adjustment information.

enum class ColorAdjustType

Values

NameValueDescription
Default0Defines color adjustment information that is used by all objects that do not have their own color adjustment information.
Bitmap1Defines color adjustment information for Bitmap objects.
Brush2Defines color adjustment information for Brush objects.
Pen3Defines color adjustment information for Pen objects.
Text4Defines color adjustment information for text.
Count5Specifies the number of types specified.
Any6Specifies the number of types specified.

See Also