( begin auto-generated from blendMode.xml ) This is a new reference entry for Processing 2.0. It will be updated shortly. ( end auto-generated ) @webref rendering @param mode the blending mode to use
(int mode)
| 2047 | * @param mode the blending mode to use |
| 2048 | */ |
| 2049 | public void blendMode(int mode) { |
| 2050 | this.blendMode = mode; |
| 2051 | blendModeImpl(); |
| 2052 | } |
| 2053 | |
| 2054 | |
| 2055 | protected void blendModeImpl() { |
no test coverage detected