com.aspose.slides.pptx.effects
Class AlphaInverse

java.lang.Object
  extended by com.aspose.slides.pptx.effects.ImageTransformOperationEx
      extended by com.aspose.slides.pptx.effects.AlphaInverse
All Implemented Interfaces:
IPresentationComponent, ISlideComponent

public class AlphaInverse
extends ImageTransformOperationEx

Alpha Inverse effect.

Alpha (opacity) values are inverted by subtracting from 100%.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.slides.pptx.effects.ImageTransformOperationEx
ImageTransformOperationEx.PixelEffectDelegate, ImageTransformOperationEx.PixelEffectDelegate1
 
Constructor Summary
AlphaInverse()
          Alpha Inverse effect constructor.
 
Method Summary
 
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

AlphaInverse

public AlphaInverse()
Alpha Inverse effect constructor.