public class AlphaModulateEffectiveData extends EffectEffectiveData<AlphaModulate,AlphaModulateEffectiveData> implements IAlphaModulateEffectiveData
Immutable object which represents an Alpha Modulate effect. Effect alpha (opacity) values are multiplied by a fixed percentage. The effect container specifies an effect containing alpha values to modulate.
Modifier and Type | Method and Description |
---|---|
com.aspose.slides.TrueColorBitmap |
apply(com.aspose.slides.TrueColorBitmap img) |
java.lang.String |
getStringData() |
void |
resolveFontDatas(IBaseSlide slide) |
void |
resolveStyledColors(IBaseSlide slide,
com.aspose.slides.StyleColorEffectiveData styleColor) |
getActualVersion, getInstanceId, updateCache
equals, hashCode
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<AlphaModulate,AlphaModulateEffectiveData>
public java.lang.String getStringData()
getStringData
in class EffectEffectiveData<AlphaModulate,AlphaModulateEffectiveData>
Copyright © 2004-2021 Aspose Pty Ltd. All Rights Reserved.