( value )
| 16396 | // Context cached methods. |
| 16397 | |
| 16398 | function setOpacity( value ) { |
| 16399 | |
| 16400 | if ( _contextGlobalAlpha !== value ) { |
| 16401 | |
| 16402 | _context.globalAlpha = value; |
| 16403 | _contextGlobalAlpha = value; |
| 16404 | |
| 16405 | } |
| 16406 | |
| 16407 | } |
| 16408 | |
| 16409 | function setBlending( value ) { |
| 16410 |
no outgoing calls
no test coverage detected