Path: utzoo!attcan!uunet!ginosko!ctrsol!lll-winken!brutus.cs.uiuc.edu!apple!bloom-beacon!EXPO.LCS.MIT.EDU!rws From: rws@EXPO.LCS.MIT.EDU Newsgroups: comp.windows.x Subject: Re: StoreColors with GrayScale Message-ID: <8907251200.AA25360@expire.lcs.mit.edu> Date: 25 Jul 89 12:00:32 GMT References: <2826324287-940441@Sierra> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 14 Is it true that a StoreColors request on a GrayScale colormap must always send values for each of red, green, blue (i.e. the same value, three times)? Yes. However, it seems unnecessarily inefficient. Hardly. The protocol request is going to have the bytes for all of those values anyway, the only real "overhead" is you setting them up. Not a very big deal. If you're suggesting that there should have been a separate protocol request for this special case, to send fewer bytes, I would argue it isn't worth it.