public class AlphaReplaceEffectiveData extends EffectEffectiveData<AlphaReplace,AlphaReplaceEffectiveData> implements IAlphaReplaceEffectiveData
Immutable object which represents and Alpha Replace effect. Effect alpha (opacity) values are replaced by a fixed alpha.
Modifier and Type | Method and Description |
---|---|
com.aspose.slides.TrueColorBitmap |
apply(com.aspose.slides.TrueColorBitmap img) |
float |
getAlpha()
Returns a threshold.
|
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 getAlpha()
Returns a threshold.
Read-only float
.
getAlpha
in interface IAlphaReplaceEffectiveData
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<AlphaReplace,AlphaReplaceEffectiveData>
public java.lang.String getStringData()
getStringData
in class EffectEffectiveData<AlphaReplace,AlphaReplaceEffectiveData>
Copyright © 2004-2021 Aspose Pty Ltd. All Rights Reserved.