|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.ImageTransformOperationEx
com.aspose.slides.pptx.HSL
public class HSL
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 |
---|
Methods inherited from class com.aspose.slides.pptx.ImageTransformOperationEx |
---|
getPresentation, getSlide |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HSL(float hue, float saturation, float luminance)
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |