Path: utzoo!censor!geac!jtsv16!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!bloom-beacon!EXPO.LCS.MIT.EDU!rws From: rws@EXPO.LCS.MIT.EDU (Bob Scheifler) Newsgroups: comp.windows.x Subject: Re: Standard Colormaps Message-ID: <8909181205.AA15607@expire.lcs.mit.edu> Date: 18 Sep 89 12:05:39 GMT References: <2416@dodge.Solbourne.COM> Organization: The Internet Lines: 5 Is there an Xlib interface for finding a named color on a standard colormap? No. You'll have to use XLookupColor or XParseColor and then do the mapping.