MCPcopy Index your code
hub / github.com/processing/processing / blendMode

Method blendMode

core/src/processing/core/PApplet.java:11845–11848  ·  view source on GitHub ↗

( 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)

Source from the content-addressed store, hash-verified

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,

Callers 5

restoreGLMethod · 0.45
textLineImplMethod · 0.45
filterMethod · 0.45
copyTextureMethod · 0.45
beginDrawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected