( value )
| 16249 | // Context cached methods. |
| 16250 | |
| 16251 | function setOpacity( value ) { |
| 16252 | |
| 16253 | if ( _contextGlobalAlpha !== value ) { |
| 16254 | |
| 16255 | _context.globalAlpha = value; |
| 16256 | _contextGlobalAlpha = value; |
| 16257 | |
| 16258 | } |
| 16259 | |
| 16260 | } |
| 16261 | |
| 16262 | function setBlending( value ) { |
| 16263 |
no outgoing calls
no test coverage detected