com.aspose.slides
Interface IHSLEffectiveData

All Known Implementing Classes:
HSLEffectiveData

public interface 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()
           
 float getLuminance()
           
 float getSaturation()
           
 

Method Detail

getHue

float getHue()

getSaturation

float getSaturation()

getLuminance

float getLuminance()