com.aspose.slides
Class AlphaModulateFixed

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

public class AlphaModulateFixed
extends ImageTransformOperation
implements IAlphaModulateFixed

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
 float getAmount()
           Returns an amount of effect in percents.
 EffectEffectiveData getReadonly(BaseSlide slide, FloatColor styleColor)
           
 void setAmount(float value)
           
 
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

AlphaModulateFixed

public AlphaModulateFixed(float amount)

Alpha Modulate Fixed effect constructor.

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

getReadonly

public EffectEffectiveData getReadonly(BaseSlide slide,
                                       FloatColor styleColor)

getAmount

public float getAmount()

Returns an amount of effect in percents.

Specified by:
getAmount in interface IAlphaModulateFixed

setAmount

public void setAmount(float value)
Specified by:
setAmount in interface IAlphaModulateFixed