AlphaModulateFixed
AlphaModulateFixed class
Represents an Alpha Modulate Fixed effect.
Effect alpha (opacity) values are multiplied by a fixed percentage.
equals
| Name | Description |
|---|
| equals(Object) | Determines whether the specified AlphaModulateFixed is equal to the current AlphaModulateFixed. |
Parameters:
| Name | Type | Description |
|---|
| obj | Object | The AlphaModulateFixed to compare. |
Result:
boolean
getAmount
| Name | Description |
|---|
| getAmount() | Returns an amount of effect in percents. Read/write float. |
Result:
float
getEffective
| Name | Description |
|---|
| getEffective() | Gets effective Alpha Modulate Fixed effect data with the inheritance applied. |
Result:
AlphaModulateFixedEffectiveData
getParent_IPresentationComponent
| Name | Description |
|---|
| getParent_IPresentationComponent() | |
getParent_ISlideComponent
| Name | Description |
|---|
| getParent_ISlideComponent() | |
| Name | Description |
|---|
| getParent_Immediate() | |
getPresentation
| Name | Description |
|---|
| getPresentation() | |
Result:
Presentation
getSlide
| Name | Description |
|---|
| getSlide() | |
Result:
BaseSlide
getVersion
| Name | Description |
|---|
| getVersion() | |
Result:
long
hashCode
| Name | Description |
|---|
| hashCode() | Serves as a hash function for a particular type. |
Result:
int
setAmount
| Name | Description |
|---|
| setAmount(float) | Returns an amount of effect in percents. Read/write float. |