com.aspose.slides
Class AlphaModulateFixed

java.lang.Object
  extended by com.aspose.slides.ImageTransformOperationEx
      extended by com.aspose.slides.AlphaModulateFixed
All Implemented Interfaces:
java.lang.Cloneable

public class AlphaModulateFixed
extends ImageTransformOperationEx

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.
 EffectDataEx getReadonly(BaseSlideEx slide, com.aspose.slides.ColorFormatEx.FloatColor styleColor)
           
 void setAmount(float value)
           
 
Methods inherited from class com.aspose.slides.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

getReadonly

public EffectDataEx getReadonly(BaseSlideEx slide,
                                com.aspose.slides.ColorFormatEx.FloatColor styleColor)

getAmount

public float getAmount()

Returns an amount of effect in percents.


setAmount

public void setAmount(float value)