( value )
| 17083 | // Context cached methods. |
| 17084 | |
| 17085 | function setOpacity( value ) { |
| 17086 | |
| 17087 | if ( _contextGlobalAlpha !== value ) { |
| 17088 | |
| 17089 | _context.globalAlpha = value; |
| 17090 | _contextGlobalAlpha = value; |
| 17091 | |
| 17092 | } |
| 17093 | |
| 17094 | } |
| 17095 | |
| 17096 | function setBlending( value ) { |
| 17097 |
no outgoing calls
no test coverage detected