|
||||||||
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.HSLEffectiveData
public class HSLEffectiveData
Represents a Hue/Saturation/Luminance effect. The hue, saturation, and luminance may each be adjusted relative to its current value.
Method Summary | |
---|---|
float |
getHue()
Returns hue percentage. |
float |
getLuminance()
Returns luminance percentage. |
float |
getSaturation()
Returns saturation percentage. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public float getHue()
Returns hue percentage.
Read-only float
.
getHue
in interface IHSLEffectiveData
public float getSaturation()
Returns saturation percentage.
Read-only float
.
getSaturation
in interface IHSLEffectiveData
public float getLuminance()
Returns luminance percentage.
Read-only float
.
getLuminance
in interface IHSLEffectiveData
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |