( 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)
| 11843 | * @param mode the blending mode to use |
| 11844 | */ |
| 11845 | public void blendMode(int mode) { |
| 11846 | if (recorder != null) recorder.blendMode(mode); |
| 11847 | g.blendMode(mode); |
| 11848 | } |
| 11849 | |
| 11850 | |
| 11851 | public void bezierVertex(float x2, float y2, |
no outgoing calls
no test coverage detected