com.aspose.slides.pptx
Class ColorTypeEx

java.lang.Object
  extended by com.aspose.slides.Enumerate
      extended by com.aspose.slides.pptx.ColorTypeEx

public class ColorTypeEx
extends Enumerate

Enumeration which defines different color modes.


Field Summary
static ColorTypeEx HSL
          High definition HSL color.
static int HSL_ID
           
static ColorTypeEx NOTDEFINED
          Color is not defined at all.
static int NOTDEFINED_ID
           
static ColorTypeEx PRESET
          Preset Color.
static int PRESET_ID
           
static ColorTypeEx RGB
          Standard 24bit RGB color.
static int RGB_ID
           
static ColorTypeEx RGBPERCENTAGE
          High definition RGB color.
static int RGBPERCENTAGE_ID
           
static ColorTypeEx SCHEME
          Scheme color.
static int SCHEME_ID
           
static ColorTypeEx SYSTEM
          System color.
static int SYSTEM_ID
           
 
Method Summary
 
Methods inherited from class com.aspose.slides.Enumerate
getId, getName, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NOTDEFINED

public static final ColorTypeEx NOTDEFINED
Color is not defined at all.


NOTDEFINED_ID

public static final int NOTDEFINED_ID
See Also:
Constant Field Values

RGB

public static final ColorTypeEx RGB
Standard 24bit RGB color.


RGB_ID

public static final int RGB_ID
See Also:
Constant Field Values

RGBPERCENTAGE

public static final ColorTypeEx RGBPERCENTAGE
High definition RGB color.


RGBPERCENTAGE_ID

public static final int RGBPERCENTAGE_ID
See Also:
Constant Field Values

HSL

public static final ColorTypeEx HSL
High definition HSL color.


HSL_ID

public static final int HSL_ID
See Also:
Constant Field Values

SCHEME

public static final ColorTypeEx SCHEME
Scheme color.


SCHEME_ID

public static final int SCHEME_ID
See Also:
Constant Field Values

SYSTEM

public static final ColorTypeEx SYSTEM
System color.


SYSTEM_ID

public static final int SYSTEM_ID
See Also:
Constant Field Values

PRESET

public static final ColorTypeEx PRESET
Preset Color.


PRESET_ID

public static final int PRESET_ID
See Also:
Constant Field Values