|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.EffectEffectiveData
com.aspose.slides.TintEffectiveData
public class TintEffectiveData
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 |
---|
public float getHue()
Returns hue.
Read-only float
.
getHue
in interface ITintEffectiveData
public float getAmount()
Returns effect amount.
Read-only float
.
getAmount
in interface ITintEffectiveData
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |