com.aspose.slides
Class HSL

java.lang.Object
  extended by com.aspose.slides.ImageTransformOperation
      extended by com.aspose.slides.HSL
All Implemented Interfaces:
IHSL, IImageTransformOperation, IPresentationComponent, ISlideComponent, java.lang.Cloneable

public class HSL
extends ImageTransformOperation
implements IHSL

Represents a Hue/Saturation/Luminance effect. The hue, saturation, and luminance may each be adjusted relative to its current value.


Constructor Summary
HSL(float hue, float saturation, float luminance)
           Hue/Saturation/Luminance effect constructor.
 
Method Summary
 EffectEffectiveData getReadonly(BaseSlide slide, FloatColor styleColor)
           
 
Methods inherited from class com.aspose.slides.ImageTransformOperation
getPresentation, getSlide
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 

Constructor Detail

HSL

public HSL(float hue,
           float saturation,
           float luminance)

Hue/Saturation/Luminance effect constructor.

Parameters:
hue - The number of degrees by which the hue is adjusted.
saturation - The percentage by which the saturation is adjusted.
luminance - The percentage by which the luminance is adjusted.
Method Detail

getReadonly

public EffectEffectiveData getReadonly(BaseSlide slide,
                                       FloatColor styleColor)