com.aspose.slides.pptx.animation
Class ColorSpaceEx
java.lang.Object
com.aspose.slides.Enumerate
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.
Method Summary |
static ColorSpaceEx |
toValue(int id)
Returns AnimColorSpaceEx object holding the value of the specified int. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
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
toValue
public static ColorSpaceEx toValue(int id)
- Returns AnimColorSpaceEx object holding the value of the specified int.