com.aspose.slides
Class AlphaReplace

java.lang.Object
  extended by com.aspose.slides.ImageTransformOperation
      extended by com.aspose.slides.AlphaReplace
All Implemented Interfaces:
IAlphaReplace, IImageTransformOperation, IPresentationComponent, ISlideComponent, java.lang.Cloneable

public class AlphaReplace
extends ImageTransformOperation
implements IAlphaReplace

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
 EffectEffectiveData getReadonly(BaseSlide slide, FloatColor styleColor)
           
 
Methods inherited from class com.aspose.slides.ImageTransformOperation
getPresentation, getSlide
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 

Constructor Detail

AlphaReplace

public AlphaReplace(float alpha)

Alpha Replace effect constructor.

Parameters:
alpha - The new opacity value.
Method Detail

getReadonly

public EffectEffectiveData getReadonly(BaseSlide slide,
                                       FloatColor styleColor)