home *** CD-ROM | disk | FTP | other *** search
- Path: trog.dra.hmg.gb!news
- From: icwhiting@dra.hmg.gb (David Spring)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Changing Colours
- Date: Mon, 11 Mar 1996 08:06:17 GMT
- Organization: Defence Research Agency
- Message-ID: <4i0n4b$k07@trog.dra.hmg.gb>
- Reply-To: icwhiting@dra.hmg.gb
- NNTP-Posting-Host: 146.80.246.31
- X-Newsreader: Forte Free Agent v0.55
-
- I've got a simple problem:-
-
- In assembler I have done the following:-
-
-
- Open Intuition.library
- Open Graphics.library
- OpenScreenTagList
- OpenWindowTagList
- SetRGB4
- CloseWindow
- CloseScreen
- Close Graphics.library
- Close Intuition.library
-
- The problem is that the colour changes on the screen which executed
- the program. So if was run from Workbench then the colour would change
- on that screen, and from Monam the same thing happens.
-
- I have tried using GetColourMap and FreeColourMap as a last resort
- before and after the SetRGB4 statement.
-
- Can anyone tell me if the SetRGB32 statement has the same parameters
- as the SetRGB4 one?
-
- Has anyone written any docs describing the new 3.x library calls?
-
- Thanks in advance, David Spring.
-
-
-