Is there an easy way to blend two System.Drawing.Color values? Or do I have to write my own method to take in two colors and combine them?
System.Drawing.Color
If I do, how
I am not entirely sure what you're trying to do with blending, but you could look into alpha blending http://en.wikipedia.org/wiki/Alpha_compositing.