com.aspose.slides
Class HSLEffectiveData

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

public class HSLEffectiveData
extends EffectEffectiveData
implements IHSLEffectiveData

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

getHue

public float getHue()

Returns hue percentage. Readonly float.

Specified by:
getHue in interface IHSLEffectiveData

getSaturation

public float getSaturation()

Returns saturation percentage. Readonly float.

Specified by:
getSaturation in interface IHSLEffectiveData

getLuminance

public float getLuminance()

Returns luminance percentage. Readonly float.

Specified by:
getLuminance in interface IHSLEffectiveData