com.aspose.slides
Class ColorTypeEx

java.lang.Object
  extended by com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      extended by com.aspose.ms.System.Enum
          extended by com.aspose.slides.ColorTypeEx

public final class ColorTypeEx
extends com.aspose.ms.System.Enum

Represents different color modes.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.ms.System.Enum
com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
 
Field Summary
static int HSL
           High definition HSL color.
static int NotDefined
           Color is not defined at all.
static int Preset
           Preset Color.
static int RGB
           Standard 24bit RGB color.
static int RGBPercentage
           High definition RGB color.
static int Scheme
           Scheme color.
static int System
           System color.
 
Fields inherited from class com.aspose.ms.System.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.ms.System.Enum
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, parse, parse, parse, parse, register, toObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NotDefined

public static final int NotDefined

Color is not defined at all.

See Also:
Constant Field Values

RGB

public static final int RGB

Standard 24bit RGB color.

See Also:
Constant Field Values

RGBPercentage

public static final int RGBPercentage

High definition RGB color.

See Also:
Constant Field Values

HSL

public static final int HSL

High definition HSL color.

See Also:
Constant Field Values

Scheme

public static final int Scheme

Scheme color.

See Also:
Constant Field Values

System

public static final int System

System color.

See Also:
Constant Field Values

Preset

public static final int Preset

Preset Color.

See Also:
Constant Field Values