public class TintEffectiveData extends EffectEffectiveData<Tint,TintEffectiveData> implements ITintEffectiveData
Immutable object which represents a Tint effect. Shifts effect color values towards/away from hue by the specified amount.
Modifier and Type | Method and Description |
---|---|
com.aspose.slides.TrueColorBitmap |
apply(com.aspose.slides.TrueColorBitmap img) |
float |
getAmount()
Returns effect amount.
|
float |
getHue()
Returns hue.
|
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.
Read-only float
.
getHue
in interface ITintEffectiveData
public final float getAmount()
Returns effect amount.
Read-only float
.
getAmount
in interface ITintEffectiveData
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<Tint,TintEffectiveData>
public java.lang.String getStringData()
getStringData
in class EffectEffectiveData<Tint,TintEffectiveData>
Copyright © 2004-2021 Aspose Pty Ltd. All Rights Reserved.