com.aspose.slides.pptx
Class AlphaReplace

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

public class AlphaReplace
extends ImageTransformOperationEx

Represents and Alpha Replace effect. Effect alpha (opacity) values are replaced by a fixed alpha.


Constructor Summary
AlphaReplace(float alpha)
          Alpha Replace 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

AlphaReplace

public AlphaReplace(float alpha)
Alpha Replace effect constructor.

Parameters:
alpha - The new opacity value.