com.aspose.slides
Interface IAlphaModulateFixed

All Superinterfaces:
IImageTransformOperation, IPresentationComponent, ISlideComponent
All Known Implementing Classes:
AlphaModulateFixed

public interface IAlphaModulateFixed
extends IImageTransformOperation

Represents an Alpha Modulate Fixed effect. Effect alpha (opacity) values are multiplied by a fixed percentage.


Method Summary
 float getAmount()
           
 void setAmount(float value)
           
 
Methods inherited from interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 

Method Detail

getAmount

float getAmount()

setAmount

void setAmount(float value)