You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* SOFT_LIGHT, DODGE, BURN, ADD, REMOVE or SUBTRACT
1779
1779
*
1780
+
* Calling `blendMode()` without an argument returns the current blendMode.
1781
+
*
1780
1782
* @example
1781
1783
* function setup() {
1782
1784
* createCanvas(100, 100);
@@ -2145,6 +2147,10 @@ function setting(p5, fn){
2145
2147
* describe('A yellow line and a turquoise line form an X on a gray background. The area where they overlap is green.');
2146
2148
* }
2147
2149
*/
2150
+
/**
2151
+
* @method blendMode
2152
+
* @return {(BLEND|DARKEST|LIGHTEST|DIFFERENCE|MULTIPLY|EXCLUSION|SCREEN|REPLACE|OVERLAY|HARD_LIGHT|SOFT_LIGHT|DODGE|BURN|ADD|REMOVE|SUBTRACT)} the current blend mode.
0 commit comments