( value )
| 14554 | // Context cached methods. |
| 14555 | |
| 14556 | function setOpacity( value ) { |
| 14557 | |
| 14558 | if ( _contextGlobalAlpha !== value ) { |
| 14559 | |
| 14560 | _context.globalAlpha = value; |
| 14561 | _contextGlobalAlpha = value; |
| 14562 | |
| 14563 | } |
| 14564 | |
| 14565 | } |
| 14566 | |
| 14567 | function setBlending( value ) { |
| 14568 |
no outgoing calls
no test coverage detected