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, 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.


Method Summary
 float getAmount()
           Returns an amount of effect in percents.
 com.aspose.slides.EffectEffectiveDataPVITemp getEffective()
           
 EffectEffectiveData getEffective(BaseSlide slide, com.aspose.slides.util.FloatColor styleColor)
           
 void setAmount(float value)
           Returns an amount of effect in percents.
 
Methods inherited from class com.aspose.slides.ImageTransformOperation
getParent_Immediate, getVersion
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getEffective

public final EffectEffectiveData getEffective(BaseSlide slide,
                                              com.aspose.slides.util.FloatColor styleColor)

getEffective

public final com.aspose.slides.EffectEffectiveDataPVITemp getEffective()

getAmount

public float getAmount()

Returns an amount of effect in percents. Read/write float.

Specified by:
getAmount in interface IAlphaModulateFixed

setAmount

public void setAmount(float value)

Returns an amount of effect in percents. Read/write float.

Specified by:
setAmount in interface IAlphaModulateFixed


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.