com.aspose.slides
Class AlphaInverse

java.lang.Object
  extended by com.aspose.slides.ImageTransformOperationEx
      extended by com.aspose.slides.AlphaInverse
All Implemented Interfaces:
java.lang.Cloneable

public class AlphaInverse
extends ImageTransformOperationEx

Represents an Alpha Inverse effect. Alpha (opacity) values are inverted by subtracting from 100%.


Constructor Summary
AlphaInverse()
           Alpha Inverse effect constructor.
 
Method Summary
 EffectDataEx getReadonly(BaseSlideEx slide, com.aspose.slides.ColorFormatEx.FloatColor styleColor)
           
 
Methods inherited from class com.aspose.slides.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.

Method Detail

getReadonly

public EffectDataEx getReadonly(BaseSlideEx slide,
                                com.aspose.slides.ColorFormatEx.FloatColor styleColor)