com.aspose.imaging
Class ColorAdjustType

java.lang.Object
  extended by java.lang.Enum
      extended by com.aspose.imaging.ColorAdjustType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class ColorAdjustType
extends java.lang.Enum

Specifies which objects use color adjustment information.

See Also:
Serialized Form

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

Any

public static final int Any

The number of types specified.

See Also:
Constant Field Values

Bitmap

public static final int Bitmap

Color adjustment information for Bitmap objects.

See Also:
Constant Field Values

Brush

public static final int Brush

Color adjustment information for Brush objects.

See Also:
Constant Field Values

Count

public static final int Count

The number of types specified.

See Also:
Constant Field Values

Default

public static final int Default

Color adjustment information that is used by all GDI+ objects that do not have their own color adjustment information.

See Also:
Constant Field Values

Pen

public static final int Pen

Color adjustment information for Pen objects.

See Also:
Constant Field Values

Text

public static final int Text

Color adjustment information for text.

See Also:
Constant Field Values