com.aspose.slides.pptx
Class AlphaCeiling

java.lang.Object
  extended by com.aspose.slides.pptx.ImageTransformOperationEx
      extended by com.aspose.slides.pptx.AlphaCeiling

public class AlphaCeiling
extends ImageTransformOperationEx

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
 
Methods inherited from class com.aspose.slides.pptx.ImageTransformOperationEx
getPresentation, getSlide
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlphaCeiling

public AlphaCeiling()
Alpha Ceiling effect constructor.