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
1770
1779
*
1780
+
* Calling `blendMode()` without an argument returns the current blendMode.
1781
+
*
1771
1782
* @example
1772
1783
* function setup() {
1773
1784
* createCanvas(100, 100);
@@ -2136,6 +2147,10 @@ function setting(p5, fn){
2136
2147
* describe('A yellow line and a turquoise line form an X on a gray background. The area where they overlap is green.');
2137
2148
* }
2138
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