com.aspose.slides
Class AlphaInverse

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

public class AlphaInverse
extends ImageTransformOperation
implements IAlphaInverse

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


Constructor Summary
AlphaInverse()
           Alpha Inverse 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

AlphaInverse

public AlphaInverse()

Alpha Inverse effect constructor.

Method Detail

getReadonly

public EffectEffectiveData getReadonly(BaseSlide slide,
                                       FloatColor styleColor)