public class AlphaBiLevel extends ImageTransformOperation implements IAlphaBiLevel
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.AlphaBiLevelEffectiveDataPVITemp |
getEffective() |
EffectEffectiveData |
getEffective(BaseSlide slide,
com.aspose.slides.FloatColor styleColor) |
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object.
|
IPresentationComponent |
getParent_IPresentationComponent()
Returns parent IPresentationComponent.
|
float |
getThreshold()
Returns effect threshold.
|
long |
getVersion()
Version.
|
void |
setThreshold(float value)
Returns effect threshold.
|
getVersion
equals, getParent_Immediate, getParent_IPresentationComponent, getParent_ISlideComponent, getPresentation, getSlide, hashCode, reset_Parent_IPresentationComponent
public final float getThreshold()
Returns effect threshold.
Read/write float
.
getThreshold
in interface IAlphaBiLevel
public final void setThreshold(float value)
Returns effect threshold.
Read/write float
.
setThreshold
in interface IAlphaBiLevel
public final EffectEffectiveData getEffective(BaseSlide slide, com.aspose.slides.FloatColor styleColor)
public com.aspose.slides.AlphaBiLevelEffectiveDataPVITemp getEffective()
public IPresentationComponent getParent_IPresentationComponent()
Returns parent IPresentationComponent.
Read-only IPresentationComponent
.
public long getVersion()
Version.
Read-only long
.
public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
Copyright © 2004-2019 Aspose Pty Ltd. All Rights Reserved.