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.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
|
IHSLEffectiveData |
getEffective()
Gets effective Hue/Saturation/Luminance effect data with the inheritance applied.
|
int |
hashCode()
Serves as a hash function for a particular type.
|
getVersion
getParent_Immediate, getParent_IPresentationComponent, getParent_ISlideComponent, getPresentation, getSlide, reset_Parent_IPresentationComponent
public final IHSLEffectiveData getEffective()
Gets effective Hue/Saturation/Luminance effect data with the inheritance applied.
getEffective
in interface IAccessiblePVIObject<IHSLEffectiveData>
IHSLEffectiveData
.public boolean equals(java.lang.Object obj)
Copyright © 2004-2022 Aspose Pty Ltd. All Rights Reserved.