com.aspose.slides.pptx
Class AlphaModulateFixed

java.lang.Object
  extended by com.aspose.slides.pptx.ImageTransformOperationEx
      extended by com.aspose.slides.pptx.AlphaModulateFixed

public class AlphaModulateFixed
extends ImageTransformOperationEx

Represents an Alpha Modulate Fixed effect. Effect alpha (opacity) values are multiplied by a fixed percentage.


Constructor Summary
AlphaModulateFixed(float amount)
          Alpha Modulate Fixed effect constructor.
 
Method Summary
 
Methods inherited from class com.aspose.slides.pptx.ImageTransformOperationEx
getPresentation, getSlide
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlphaModulateFixed

public AlphaModulateFixed(float amount)
Alpha Modulate Fixed effect constructor.

Parameters:
amount - The percentage amount to scale the alpha.