ITintEffectiveData
All Implemented Interfaces: com.aspose.slides.IEffectEffectiveData
public interface ITintEffectiveData extends IEffectEffectiveData
Immutable object which represents a Tint effect. Shifts effect color values towards/away from hue by the specified amount.
Methods
Method | Description |
---|---|
getHue() | Returns hue. |
getAmount() | Returns effect amount. |
getHue()
public abstract float getHue()
Returns hue. Read-only float.
Returns: float
getAmount()
public abstract float getAmount()
Returns effect amount. Read-only float.
Returns: float