Re: displaying BMP Files
- Posted by Michael Packard <lgp at EXO.COM> Mar 27, 1998
- 699 views
On Fri, 27 Mar 1998, Yogesh Gupta wrote: > Hi everybody > I've a problem to which I couldn't find a good solution. > Is it possible to display text and bitmap file at the same time with the > correct colors? Bcos, once you have displayed some colorful text on the > screen and then want a small BMP file to be displayed in a corner, > either it will lose its true paintbrush colors(by not doing all_palette) > or if you do a all_palette, your text will lose its original colors. > Does anybody have a solution for me?? yeah, change your palette to match your images, then set the text color to the closest color in that palette to what you want. When I design art for my programs I specify one or more colors in my palette to be used for text, then the text color after I all_palette. You can set your text color to any color value (0-255 in VGA modes). Michael Packard Lord Generic Productions lgp at exo.com