Re: Palette question
- Posted by "Lucius L. Hilley III" <lhilley at CDC.NET> Oct 25, 1999
- 537 views
I am assuming that your use of all_palette() is giving you the proper palette for the bitmaps you are using. Your cursor changed from its normal WHITE? to BLUE because you changed That particular palette entry that was WHITE to BLUE. You need to find white somewhere in your palette and swap the WHITE and BLUE. This is called palette remapping. Unfortunately if you do this you must go through all the bitmaps that use the WHITE and BLUE and swap them also. Example: + = WHITE - = BLUE $ = RED -- only use to allow another color. Bitmap might look like this. Good Luck. Lucius L. Hilley III lhilley at cdc.net lucius at ComputerCafeUSA.com +----------+--------------+--------------+----------+ | Hollow | ICQ: 9638898 | AIM: LLHIII | Computer | | Horse +--------------+--------------+ Cafe' | | Software | http://www.cdc.net/~lhilley | USA | +----------+-------+---------------------+----------+ | http://www.ComputerCafeUSA.com | +--------------------------------+ ----- Original Message ----- From: Caballero Rojo <pampeano at ROCKETMAIL.COM> To: <EUPHORIA at LISTSERV.MUOHIO.EDU> Sent: Sunday, October 24, 1999 8:43 PM Subject: Palette question > ---------------------- Information from the mail header ----------------------- > Sender: Euphoria Programming for MS-DOS <EUPHORIA at LISTSERV.MUOHIO.EDU> > Poster: Caballero Rojo <pampeano at ROCKETMAIL.COM> > Organization: Excaliburn Software > Subject: Palette question > -------------------------------------------------------------------------- ----- > > Hi all, > I know this is a silly question, but I never learn how do it. > I load some bitmaps to display a menu, and I use all_palette to change > palette, but when I display the mouse cursor, I see it blue! Can I avoid > that? > > That's all, thanks > Caballero Rojo > > > __________________________________________________ > Do You Yahoo!? > Bid and sell for free at http://auctions.yahoo.com >