com.spire.presentation.drawing.animation
Enum AnimationColorspace
java.lang.Object
   java.lang.Enum<AnimationColorspace>
java.lang.Enum<AnimationColorspace>
       com.spire.presentation.drawing.animation.AnimationColorspace
com.spire.presentation.drawing.animation.AnimationColorspace
- All Implemented Interfaces: 
- java.lang.Comparable<AnimationColorspace>
- public enum AnimationColorspace 
- extends java.lang.Enum<AnimationColorspace>
Represents color space for color effect behavior.
 
 
NONE
public static final AnimationColorspace NONE
- 
 
 
RGB
public static final AnimationColorspace RGB
- 
 
 
HSL
public static final AnimationColorspace HSL
- 
 
 
getName
public java.lang.String getName()
- 
 
getValue
public int getValue()
- 
 
getAnimationColorspaceFromValue
public static AnimationColorspace getAnimationColorspaceFromValue(long value)
-