Re: problems with colors
- Posted by "Cuny, David at DSS" <David.Cuny at DSS.CA.GOV> Mar 06, 2000
- 476 views
=A9koda wrote: > these colors should all be slightly different,=20 > not two same, but there ar ten, or more, same,=20 > and then again different > whats wrong The colors *are* all slightly different. The problem is that there are = more colors than your monitor can display. You'll get this banding effect at = any resolution less than 24 bit color. > when calling xPostQuitMessage C function it=20 > says there's an error > when calling other C functions theres no error What line in the code is generating an error? You should probably use: closeWindow( id ) instead, where 'id' is the id of your main window. -- David Cuny