( value )
| 16023 | // Context cached methods. |
| 16024 | |
| 16025 | function setOpacity( value ) { |
| 16026 | |
| 16027 | if ( _contextGlobalAlpha !== value ) { |
| 16028 | |
| 16029 | _context.globalAlpha = value; |
| 16030 | _contextGlobalAlpha = value; |
| 16031 | |
| 16032 | } |
| 16033 | |
| 16034 | } |
| 16035 | |
| 16036 | function setBlending( value ) { |
| 16037 |
no outgoing calls
no test coverage detected