* get the renderable alpha channel value * @returns {number} current opacity value between 0 and 1
()
| 578 | * @returns {number} current opacity value between 0 and 1 |
| 579 | */ |
| 580 | getOpacity() { |
| 581 | return this.alpha; |
| 582 | } |
| 583 | |
| 584 | /** |
| 585 | * set the renderable alpha channel value<br> |
no outgoing calls
no test coverage detected