com.aspose.slides.pptx.animation
Class ColorSpaceEx

java.lang.Object
  extended by com.aspose.slides.Enumerate
      extended by com.aspose.slides.pptx.animation.ColorSpaceEx
All Implemented Interfaces:
java.lang.Comparable

public class ColorSpaceEx
extends Enumerate

Enumeration which defines color space (RGB or HSL) of an animation.


Field Summary
static ColorSpaceEx HSL
          HSL color space.
static int HSL_ID
           
static ColorSpaceEx NOT_DEFINED
           
static int NOT_DEFINED_ID
           
static ColorSpaceEx RGB
          RGB color space.
static int RGB_ID
           
 
Method Summary
static ColorSpaceEx toValue(int id)
          Returns AnimColorSpaceEx object holding the value of the specified int.
 
Methods inherited from class com.aspose.slides.Enumerate
compareTo, equals, getId, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NOT_DEFINED

public static final ColorSpaceEx NOT_DEFINED

NOT_DEFINED_ID

public static final int NOT_DEFINED_ID
See Also:
Constant Field Values

RGB

public static final ColorSpaceEx RGB
RGB color space.


RGB_ID

public static final int RGB_ID
See Also:
Constant Field Values

HSL

public static final ColorSpaceEx HSL
HSL color space.


HSL_ID

public static final int HSL_ID
See Also:
Constant Field Values
Method Detail

toValue

public static ColorSpaceEx toValue(int id)
Returns AnimColorSpaceEx object holding the value of the specified int.