com.aspose.slides.pptx.effects
Class AlphaReplace

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

public class AlphaReplace
extends ImageTransformOperationEx

Alpha Replace effect.

Effect alpha (opacity) values are replaced by a fixed alpha.


Constructor Summary
AlphaReplace(float alpha)
          Alpha Replace effect constructor.
 
Method Summary
 float getAlpha()
          Returns alpha value.
 void setAlpha(float alpha)
          Sets new alpha value.
 
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

AlphaReplace

public AlphaReplace(float alpha)
Alpha Replace effect constructor.

Parameters:
alpha - The new opacity value.
Method Detail

getAlpha

public float getAlpha()
Returns alpha value.


setAlpha

public void setAlpha(float alpha)
Sets new alpha value.