com.aspose.slides.pptx.effects
Class AlphaBiLevel

java.lang.Object
  extended by com.aspose.slides.pptx.effects.ImageTransformOperationEx
      extended by com.aspose.slides.pptx.effects.AlphaBiLevel
All Implemented Interfaces:
IPresentationComponent, ISlideComponent

public class AlphaBiLevel
extends ImageTransformOperationEx

Alpha BiLevel 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 BiLevel effect constructor.
 
Method Summary
 float getThreshold()
          Returns threshold value.
 
Methods inherited from class com.aspose.slides.pptx.effects.ImageTransformOperationEx
getPresentation, getSlide
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlphaBiLevel

public AlphaBiLevel(float threshold)
Alpha BiLevel effect constructor.

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

getThreshold

public float getThreshold()
Returns threshold value.