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