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


Method Summary
 com.aspose.slides.EffectEffectiveDataPVITemp getEffective()
           
 EffectEffectiveData getEffective(BaseSlide slide, com.aspose.slides.util.FloatColor styleColor)
           
 float getThreshold()
           Returns effect threshold.
 void setThreshold(float value)
           Returns effect threshold.
 
Methods inherited from class com.aspose.slides.ImageTransformOperation
getParent_Immediate, getVersion
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getEffective

public final EffectEffectiveData getEffective(BaseSlide slide,
                                              com.aspose.slides.util.FloatColor styleColor)

getEffective

public final com.aspose.slides.EffectEffectiveDataPVITemp getEffective()

getThreshold

public float getThreshold()

Returns effect threshold. Read/write float.

Specified by:
getThreshold in interface IAlphaBiLevel

setThreshold

public void setThreshold(float value)

Returns effect threshold. Read/write float.

Specified by:
setThreshold in interface IAlphaBiLevel


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.