|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.effects.ImageTransformOperationEx
com.aspose.slides.pptx.effects.AlphaBiLevel
public class AlphaBiLevel
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).
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.aspose.slides.pptx.effects.ImageTransformOperationEx |
---|
ImageTransformOperationEx.PixelEffectDelegate, ImageTransformOperationEx.PixelEffectDelegate1 |
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 |
---|
public AlphaBiLevel(float threshold)
threshold
- The threshold value for the alpha bilevel effect.Method Detail |
---|
public float getThreshold()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |