I would like to draw some lines using the Graphics class. That's the easy part.
Is there a way to apply a blur to these lines? Something like a gaussian blur. The objective here is to make the lines appear "glowing" or fuzzy.
I'm thinking I may have to draw a lighter shade of the same color one pixel off of the main line. Perhaps a linear gradiant brush would need to be used.
Thanks for any help
Is there a way to apply a blur to these lines? Something like a gaussian blur. The objective here is to make the lines appear "glowing" or fuzzy.
I'm thinking I may have to draw a lighter shade of the same color one pixel off of the main line. Perhaps a linear gradiant brush would need to be used.
Thanks for any help