( value )
| 16291 | // Context cached methods. |
| 16292 | |
| 16293 | function setOpacity( value ) { |
| 16294 | |
| 16295 | if ( _contextGlobalAlpha !== value ) { |
| 16296 | |
| 16297 | _context.globalAlpha = value; |
| 16298 | _contextGlobalAlpha = value; |
| 16299 | |
| 16300 | } |
| 16301 | |
| 16302 | } |
| 16303 | |
| 16304 | function setBlending( value ) { |
| 16305 |
no outgoing calls
no test coverage detected