com.aspose.slides
Class HslDataEx

java.lang.Object
  extended by com.aspose.slides.EffectDataEx
      extended by com.aspose.slides.HslDataEx

public class HslDataEx
extends EffectDataEx

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.


getSaturation

public float getSaturation()

Returns saturation percentage. Readonly float.


getLuminance

public float getLuminance()

Returns luminance percentage. Readonly float.