# Drawing with blend mode BURN

**URL:** https://discourse.processing.org/t/drawing-with-blend-mode-burn/40622
**Category:** Processing
**Created:** [January 17, 2023, 5:12pm UTC](https://discourse.processing.org/t/drawing-with-blend-mode-burn/40622 "2023-01-17T17:12:34Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![JohnC](https://avatars.discourse-cdn.com/v4/letter/j/9de0a6/32.png) [@JohnC](https://discourse.processing.org/u/JohnC)
#### Post date: [January 17, 2023, 5:12pm UTC](https://discourse.processing.org/t/drawing-with-blend-mode-burn/40622/1 "2023-01-17T17:12:34Z")

</div>

So for the new Processing4 `blendMode()` is recommended but doesn’t support modes like `BURN` according to the [reference](https://processing.org/reference/blendMode_.html). So if I wanna draw something, says a line from point `(x1, y1)` to point`(x2, y2)`, with the BURN effect how can I do that?
