com.aspose.slides.pptx.effects
Class AlphaModulateFixed

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

public class AlphaModulateFixed
extends ImageTransformOperationEx

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
 float getAmount()
          Returns the percentage amount to scale the alpha.
 void setAmount(float amount)
          Sets the percentage amount to scale the alpha.
 
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

AlphaModulateFixed

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

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

getAmount

public float getAmount()
Returns the percentage amount to scale the alpha.


setAmount

public void setAmount(float amount)
Sets the percentage amount to scale the alpha.