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

Method blendMode

core/src/processing/core/PGraphics.java:2049–2052  ·  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

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

Callers 3

defaultSettingsMethod · 0.95
reapplySettingsMethod · 0.95
styleMethod · 0.95

Calls 1

blendModeImplMethod · 0.95

Tested by

no test coverage detected