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. |
Returns: boolean
getAmount
Name | Description |
---|---|
getAmount () | Returns an amount of effect in percents. Read/write float. |
Returns: float
getEffective
Name | Description |
---|---|
getEffective () | Gets effective Alpha Modulate Fixed effect data with the inheritance applied. |
Returns: AlphaModulateFixedEffectiveData
hashCode
Name | Description |
---|---|
hashCode () | Serves as a hash function for a particular type. |
Returns: int
setAmount
Name | Description |
---|---|
setAmount (float) | Returns an amount of effect in percents. Read/write float. |
Returns: void