Re: graphics.e ??
- Posted by Irv <irv at ELLIJAY.COM> Oct 06, 1999
- 468 views
From: Bernie Ryan <bwryan at PCOM.NET> Subject: graphics.e ?? > Why is there support in graphics modes up to 256 colors, yet the > bk_color function only works for 16 colors. It seems like if it is just to > make it compatible with text mode there should be a different function for > graphics mode. > Bernie In graphics mode there _is_ no background. Just pixels which are either black or some other color. Irv