|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.aspose.imaging.ColorAdjustType
public final class ColorAdjustType
Specifies which objects use color adjustment information.
Field Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int Any
The number of types specified.
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 Count
The number of types specified.
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 Pen
Color adjustment information for Pen objects.
public static final int Text
Color adjustment information for text.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |