public final class ColorAdjustType
extends com.aspose.ms.System.Enum
Specifies which objects use color adjustment information.
Modifier and Type | Field and Description |
---|---|
static int |
Any
The number of types specified.
|
static int |
Bitmap
Color adjustment information for Bitmap objects.
|
static int |
Brush
Color adjustment information for Brush objects.
|
static int |
Count
The number of types specified.
|
static int |
Default
Color adjustment information that is used by all GDI+ objects that do not have their own color adjustment information.
|
static int |
Pen
Color adjustment information for Pen objects.
|
static int |
Text
Color adjustment information for text.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Default
Color adjustment information that is used by all GDI+ objects that do not have their own color adjustment information.
public static final int Bitmap
Color adjustment information for Bitmap objects.
public static final int Brush
Color adjustment information for Brush objects.
public static final int Pen
Color adjustment information for Pen objects.
public static final int Text
Color adjustment information for text.
public static final int Count
The number of types specified.
public static final int Any
The number of types specified.