• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

MakefileH A D17-Mar-1997519 3217

READMEH A D17-Mar-1997682 2216

grabc.cH A D29-Mar-19987.1 KiB328224

README

1A simple program to determine the color string in hex by clicking on a pixel.
2
3  When this program is run, the mouse pointer is grabbed and changed to
4  a cross hair and when the mouse is clicked, the color of the clicked
5  pixel is written to stdout in hex prefixed with #
6
7  This program can be useful when you see a color and want to use the
8  color in xterm or your window manager's border but no clue what the
9  name of the color is. It's silly to use a image processing software
10  to find it out.
11
12To compile, at the shell prompt, type:
13    make
14
15--
16Muhammd A Muquit
17ma_muquit@fccc.edu
18http://www.fccc.edu/users/muquit/
19
20March 16, 1997
21(a quick hack on my home linux box)
22