com.aspose.slides
Class TintEffectiveData

java.lang.Object
  extended by com.aspose.slides.EffectEffectiveData
      extended by com.aspose.slides.TintEffectiveData
All Implemented Interfaces:
IEffectEffectiveData, ITintEffectiveData

public class TintEffectiveData
extends EffectEffectiveData
implements ITintEffectiveData

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. Read-only float.

Specified by:
getHue in interface ITintEffectiveData

getAmount

public float getAmount()

Returns effect amount. Read-only float.

Specified by:
getAmount in interface ITintEffectiveData


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.