public class HSLEffectiveData extends EffectEffectiveData<HSL,HSLEffectiveData> implements IHSLEffectiveData
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 |
---|---|
com.aspose.slides.TrueColorBitmap |
apply(com.aspose.slides.TrueColorBitmap img) |
float |
getHue()
Returns hue percentage.
|
float |
getLuminance()
Returns luminance percentage.
|
float |
getSaturation()
Returns saturation percentage.
|
java.lang.String |
getStringData() |
void |
resolveFontDatas(IBaseSlide slide) |
void |
resolveStyledColors(IBaseSlide slide,
com.aspose.slides.StyleColorEffectiveData styleColor) |
getActualVersion, getInstanceId, updateCache
equals, hashCode
public final float getHue()
Returns hue percentage.
Read-only float
.
getHue
in interface IHSLEffectiveData
public final float getSaturation()
Returns saturation percentage.
Read-only float
.
getSaturation
in interface IHSLEffectiveData
public final float getLuminance()
Returns luminance percentage.
Read-only float
.
getLuminance
in interface IHSLEffectiveData
public void resolveStyledColors(IBaseSlide slide, com.aspose.slides.StyleColorEffectiveData styleColor)
public void resolveFontDatas(IBaseSlide slide)
public com.aspose.slides.TrueColorBitmap apply(com.aspose.slides.TrueColorBitmap img)
apply
in class EffectEffectiveData<HSL,HSLEffectiveData>
public java.lang.String getStringData()
getStringData
in class EffectEffectiveData<HSL,HSLEffectiveData>
Copyright © 2004-2021 Aspose Pty Ltd. All Rights Reserved.