public class AlphaModulateFixedEffectiveData extends EffectEffectiveData<AlphaModulateFixed,AlphaModulateFixedEffectiveData> implements IAlphaModulateFixedEffectiveData
Immutable object which represents an Alpha Modulate Fixed effect. Effect alpha (opacity) values are multiplied by a fixed percentage.
Modifier and Type | Method and Description |
---|---|
com.aspose.slides.TrueColorBitmap |
apply(com.aspose.slides.TrueColorBitmap img) |
float |
getAmount()
Returns an amount of effect in percents.
|
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 getAmount()
Returns an amount of effect in percents.
Read-only float
.
getAmount
in interface IAlphaModulateFixedEffectiveData
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<AlphaModulateFixed,AlphaModulateFixedEffectiveData>
public java.lang.String getStringData()
getStringData
in class EffectEffectiveData<AlphaModulateFixed,AlphaModulateFixedEffectiveData>
Copyright © 2004-2021 Aspose Pty Ltd. All Rights Reserved.