B
Brian H
I have a graphical application to which I'm drawing directly to the screen
using DrawText, along with various ellipses/rectangles. Nothing
spectacular. What I'm trying to do is be able to draw some simple icons,
such as a music note, to the screen as well.
I don't think I can rely on a font having this character (which would be the
easiest solution); I thought about making a simple embedded image and set
the color key, but I'd like to dynamically set the foreground color of the
image. Is it possible to replace a color in a simple image? Any
suggestions?
Thanks,
Brian
using DrawText, along with various ellipses/rectangles. Nothing
spectacular. What I'm trying to do is be able to draw some simple icons,
such as a music note, to the screen as well.
I don't think I can rely on a font having this character (which would be the
easiest solution); I thought about making a simple embedded image and set
the color key, but I'd like to dynamically set the foreground color of the
image. Is it possible to replace a color in a simple image? Any
suggestions?
Thanks,
Brian