com.aspose.slides
Class AlphaCeiling

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

public class AlphaCeiling
extends ImageTransformOperation
implements IAlphaCeiling

Represents an Alpha Ceiling effect. Alpha (opacity) values greater than zero are changed to 100%. In other words, anything partially opaque becomes fully opaque.


Constructor Summary
AlphaCeiling()
           Alpha Ceiling effect constructor.
 
Method Summary
 EffectEffectiveData getReadonly(BaseSlide slide, FloatColor styleColor)
           
 
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

AlphaCeiling

public AlphaCeiling()

Alpha Ceiling effect constructor.

Method Detail

getReadonly

public EffectEffectiveData getReadonly(BaseSlide slide,
                                       FloatColor styleColor)