com.aspose.slides
Class AlphaModulate

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

public class AlphaModulate
extends ImageTransformOperationEx

Represents an Alpha Modulate effect. Effect alpha (opacity) values are multiplied by a fixed percentage. The effect container specifies an effect containing alpha values to modulate.


Constructor Summary
AlphaModulate()
           Alpha Modulate 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

AlphaModulate

public AlphaModulate()

Alpha Modulate effect constructor.

Method Detail

getReadonly

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