home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.amiga.programmer
- Path: sparky!uunet!mnemosyne.cs.du.edu!nyx!lkind
- From: lkind@nyx.cs.du.edu (Lance Kind)
- Subject: Changing sprite color prob. SOLVED!
- Message-ID: <1992Jul30.015149.1277@mnemosyne.cs.du.edu>
- Sender: usenet@mnemosyne.cs.du.edu (netnews admin account)
- Organization: Nyx, Public Access Unix @ U. of Denver Math/CS dept.
- Date: Thu, 30 Jul 92 01:51:49 GMT
- Lines: 11
-
-
- pochanay@cae.wisc.edu pointed out the error of my ways. I was opening
- up an 8 color HiRes viewport, i.e. I only allocated a ColorMap of only 8
- entries. For sprites that use Color entries 16-31, I needed to use 32
- entries when I did a GetColorMap();. Either that or use the user copper
- list (which i am not familer with). Now I am happily off and coding.
-
- Thanks,
-
- Lance Kind
-
-