home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / x / xcolorma.zip / xcolormap / README < prev    next >
Text File  |  1992-01-11  |  846b  |  28 lines

  1.     XColormap -- A simple program to show the entries in the current default colormap.
  2.  
  3. Simple program.  Very simple. Just figures out how many colors are in the DefaultColormap, and then
  4. draws them.  This should work on just about everything since it only uses the 
  5. applicationshell  and core widget classes.  I don't know how useful you will find it
  6. but I use it when I start playing with colormaps... About the only thing you should have to
  7. change is whether ulong is typedef'd or not (it isn't in the program).
  8.  
  9. Options:
  10. -root         Displays colormap on root window
  11.  
  12. Otherwise:
  13. Go nuts, I hope it's useful.  Send me comments if you want.
  14.  
  15. Have a nice day.
  16.  
  17. John L. Cwikla
  18. cwikla@uimrl7.mrl.uiuc.edu
  19.  
  20. --------
  21.  
  22. Updates:
  23.  
  24. Dec 06, 1991: Added Resize feature.
  25. Jan 09, 1992: Remove -size option (use -geom instead)
  26. Jan 09, 1992: Added RootWindow option
  27.  
  28.