com.aspose.slides.pptx.animation
Class ColorOffsetEx

java.lang.Object
  extended by com.aspose.slides.pptx.animation.ColorOffsetEx

public class ColorOffsetEx
extends java.lang.Object

Relative color offset value of a color animation


Constructor Summary
ColorOffsetEx()
           
 
Method Summary
 float getValue0()
          Returns the first value of an offset.
 float getValue1()
          Returns the second value of an offset.
 float getValue2()
          Returns the third value of an offset.
 void setValue0(float value)
          Sets the first value of an offset.
 void setValue1(float value)
          Sets the second value of an offset.
 void setValue2(float value)
          Sets the third value of an offset.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorOffsetEx

public ColorOffsetEx()
Method Detail

getValue0

public float getValue0()
Returns the first value of an offset. Hue (angle) for HSL color space. R (percent) for RGB color space.


setValue0

public void setValue0(float value)
Sets the first value of an offset. Hue (angle) for HSL color space. R (percent) for RGB color space.

Parameters:
value - new first value of an offset.

getValue1

public float getValue1()
Returns the second value of an offset. Saturation (percent) for HSL color space. G (percent) for RGB color space.


setValue1

public void setValue1(float value)
Sets the second value of an offset. Saturation (percent) for HSL color space. G (percent) for RGB color space.

Parameters:
value - new second value of an offset.

getValue2

public float getValue2()
Returns the third value of an offset. Luminance (percent) for HSL color space. B (percent) for RGB color space.


setValue2

public void setValue2(float value)
Sets the third value of an offset. Luminance (percent) for HSL color space. B (percent) for RGB color space.

Parameters:
value - new third value of an offset.