com.aspose.slides.pptx.effects
Class AlphaModulate

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

public class AlphaModulate
extends ImageTransformOperationEx

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
 
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

AlphaModulate

public AlphaModulate()
Alpha Modulate effect constructor.