public class AlphaBiLevelEffectiveData extends EffectEffectiveData<AlphaBiLevel,AlphaBiLevelEffectiveData> implements IAlphaBiLevelEffectiveData
Immutable object which represents an Alpha Bi-Level effect. Alpha (Opacity) values less than the threshold are changed to 0 (fully transparent) and alpha values greater than or equal to the threshold are changed to 100% (fully opaque).
Modifier and Type | Method and Description |
---|---|
com.aspose.slides.TrueColorBitmap |
apply(com.aspose.slides.TrueColorBitmap img) |
java.lang.String |
getStringData() |
float |
getThreshold()
Returns a threshold.
|
void |
resolveFontDatas(IBaseSlide slide) |
void |
resolveStyledColors(IBaseSlide slide,
com.aspose.slides.StyleColorEffectiveData styleColor) |
getActualVersion, getInstanceId, updateCache
equals, hashCode
public final float getThreshold()
Returns a threshold.
Read-only float
.
getThreshold
in interface IAlphaBiLevelEffectiveData
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<AlphaBiLevel,AlphaBiLevelEffectiveData>
public java.lang.String getStringData()
getStringData
in class EffectEffectiveData<AlphaBiLevel,AlphaBiLevelEffectiveData>
Copyright © 2004-2021 Aspose Pty Ltd. All Rights Reserved.