blendMode()
RenderingDescription
Blends the pixels in the display window with the pixels underneath using a defined blend mode.
Syntax
void blendMode(int mode)
Parameters
| Name | Type | Description |
|---|---|---|
| mode | int | BLEND, ADD, SUBTRACT, MULTIPLY, SCREEN, DARKEST, LIGHTEST, DIFFERENCE, EXCLUSION |
Returns
voidUnder the Hood
Implementation in Processing.h / Processing.cpp:
Loading...