com.aspose.slides
Class AlphaBiLevel

java.lang.Object
  extended by com.aspose.slides.ImageTransformOperation
      extended by com.aspose.slides.AlphaBiLevel
All Implemented Interfaces:
IAlphaBiLevel, IImageTransformOperation, IPresentationComponent, ISlideComponent, java.lang.Cloneable

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).


Constructor Summary
AlphaBiLevel(float threshold)
           Alpha Bi-Level effect constructor.
 
Method Summary
 EffectEffectiveData getReadonly(BaseSlide slide, FloatColor styleColor)
           
 float getThreshold()
           Returns effect threshold.
 
Methods inherited from class com.aspose.slides.ImageTransformOperation
getPresentation, getSlide
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 

Constructor Detail

AlphaBiLevel

public AlphaBiLevel(float threshold)

Alpha Bi-Level effect constructor.

Parameters:
threshold - The threshold value for the alpha bi-level effect.
Method Detail

getReadonly

public EffectEffectiveData getReadonly(BaseSlide slide,
                                       FloatColor styleColor)

getThreshold

public float getThreshold()

Returns effect threshold. Readonly float.

Specified by:
getThreshold in interface IAlphaBiLevel