How to draw circle with specific color in XNA?

Posted by Tomek Tarczynski on Stack Overflow See other posts from Stack Overflow or by Tomek Tarczynski
Published on 2010-06-06T10:12:23Z Indexed on 2010/06/06 10:22 UTC
Read the original article Hit count: 365

Filed under:
|
|
|

XNA doesn't have any methods which support circle drawing.
Normally when I had to draw circle, always with the same color, I just made image with that circle and then I could display it as a sprite.
But now the color of the circle is specified during runtime, any ideas how to deal with that?

© Stack Overflow or respective owner

Related posts about color

Related posts about drawing