[quote user="Craig Martin"]Alpha blending requires a not-fully-opaque alpha component in your color right? But Color.Green and Color.Red have have 255 as their Alpha component.
What happens if you use a smaller alpha value, like new Color(Color.Green, 128) and new Color(Color.Red, 64) ?
Or maybe thats wrong because you said ...