com.aspose.slides
Class TintDataEx

java.lang.Object
  extended by com.aspose.slides.EffectDataEx
      extended by com.aspose.slides.TintDataEx

public class TintDataEx
extends EffectDataEx

Immutable object which represents a Tint effect. Shifts effect color values towards/away from hue by the specified amount.


Method Summary
 float getAmount()
           Returns effect amount.
 float getHue()
           Returns hue.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getHue

public float getHue()

Returns hue. Readonly float.


getAmount

public float getAmount()

Returns effect amount. Readonly float.