( value )
| 16203 | // Context cached methods. |
| 16204 | |
| 16205 | function setOpacity( value ) { |
| 16206 | |
| 16207 | if ( _contextGlobalAlpha !== value ) { |
| 16208 | |
| 16209 | _context.globalAlpha = value; |
| 16210 | _contextGlobalAlpha = value; |
| 16211 | |
| 16212 | } |
| 16213 | |
| 16214 | } |
| 16215 | |
| 16216 | function setBlending( value ) { |
| 16217 |
no outgoing calls
no test coverage detected