-
Drawing a rectangle
Apparently everyone I give my programs to say my logo doesn't match the background color of the window (it does on mine)...so I guess they just have different settings. Is there a way to draw a rectangle the color I want over the background so no matter the settngs it will blend?
-
-
-
I think there is a transparent color in icons, but I don't know how to get it.
-
I think a mask bitmap is stored along with the icon, if i remember correct. The drawing would then perform in two steps, and-blit the mask and then or-blit the icon