|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ImageTransformOperation
com.aspose.slides.AlphaModulateFixed
public class AlphaModulateFixed
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 |
---|
public AlphaModulateFixed(float amount)
Alpha Modulate Fixed effect constructor.
amount
- The percentage amount to scale the alpha.Method Detail |
---|
public EffectEffectiveData getReadonly(BaseSlide slide, FloatColor styleColor)
public float getAmount()
Returns an amount of effect in percents.
getAmount
in interface IAlphaModulateFixed
public void setAmount(float value)
setAmount
in interface IAlphaModulateFixed
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |