com.aspose.slides
Interface IAlphaBiLevel

All Superinterfaces:
IImageTransformOperation, IPresentationComponent, ISlideComponent
All Known Implementing Classes:
AlphaBiLevel

public interface IAlphaBiLevel
extends IImageTransformOperation

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


Use ImageTransformOperationFactory to create instaces in COM.


Method Summary
 float getThreshold()
           
 
Methods inherited from interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 

Method Detail

getThreshold

float getThreshold()