Path: utzoo!attcan!uunet!bloom-beacon!EXPO.LCS.MIT.EDU!rws From: rws@EXPO.LCS.MIT.EDU (Bob Scheifler) Newsgroups: comp.windows.x Subject: Re: Colormaps (was ...and Visuals) Message-ID: <8909211213.AA20836@expire.lcs.mit.edu> Date: 21 Sep 89 12:13:14 GMT References: <8909210815.AA26154@Larry.McRCIM.McGill.EDU> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 13 I had an application once where I wanted not the number of free cells in a colormap, but rather, a *contiguous* set of cells in a colormap. Is there any way to do this? Nope. Do I have to just allocate and then, if I get non-contiguous pixel values, deal with the situation as best I can? Yep. Our standard colormap code stands on its proverbial ear something along these lines.