I need to make a highlighter effect as if drawing with a transparent ink.
How do I do this in ImageSharp (or any other C# image processing library)?
Example Image:
Looks like I can just set alpha on the pen's color to something other than 255 in ImageSharp.