public class AlphaFloorEffectiveData extends EffectEffectiveData<AlphaFloor,AlphaFloorEffectiveData> implements IAlphaFloorEffectiveData
Immutable object which represents an Alpha Floor effect. Alpha (opacity) values less than 100% are changed to zero. In other words, anything partially transparent becomes fully transparent.
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<AlphaFloor,AlphaFloorEffectiveData>
public java.lang.String getStringData()
getStringData
in class EffectEffectiveData<AlphaFloor,AlphaFloorEffectiveData>
Copyright © 2004-2021 Aspose Pty Ltd. All Rights Reserved.