RasterSprite.setOpacity( percent )
Set the control's opacity. This method adjust the css opacity/filter property of this sprite's image.Parameters
| Name | Type | Description | |
|---|---|---|---|
| percent | number | A number from 0 to 100 |
Returns
| Type | Description |
|---|---|
| object | The sprite object. This allow for chaining multiple setter methods in one single statement. |