|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.effects.ImageTransformOperationEx
com.aspose.slides.pptx.effects.AlphaModulateFixed
public class AlphaModulateFixed
Alpha Modulate Fixed effect.
Effect alpha (opacity) values are multiplied by a fixed percentage.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.aspose.slides.pptx.effects.ImageTransformOperationEx |
---|
ImageTransformOperationEx.PixelEffectDelegate, ImageTransformOperationEx.PixelEffectDelegate1 |
Constructor Summary | |
---|---|
AlphaModulateFixed(float amount)
Alpha Modulate Fixed effect constructor. |
Method Summary | |
---|---|
float |
getAmount()
Returns the percentage amount to scale the alpha. |
void |
setAmount(float amount)
Sets the percentage amount to scale the alpha. |
Methods inherited from class com.aspose.slides.pptx.effects.ImageTransformOperationEx |
---|
getPresentation, getSlide |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AlphaModulateFixed(float amount)
amount
- The percentage amount to scale the alpha.Method Detail |
---|
public float getAmount()
public void setAmount(float amount)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |