Drawing with blend mode BURN

So for the new Processing4 blendMode() is recommended but doesn’t support modes like BURN according to the reference. 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?