diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-06-12 05:18:41 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-06-12 05:18:41 +0800 |
commit | 562610ad6866e620fc827724c11f7e1cfd333d19 (patch) | |
tree | 0aa669350663d568a3b64c578a81cbc30c075a54 /graphics/Makefile | |
parent | 43a5a84a8928178e24d4a108823dfd34ea2a3c80 (diff) | |
download | freebsd-ports-gnome-562610ad6866e620fc827724c11f7e1cfd333d19.tar.gz freebsd-ports-gnome-562610ad6866e620fc827724c11f7e1cfd333d19.tar.zst freebsd-ports-gnome-562610ad6866e620fc827724c11f7e1cfd333d19.zip |
xoris grabs the RGB color value of any pixel on the screen and dumps the
color's name to stdout. The output can be printed as:
1. hex (#b0958e);
2. triple of decimal RGB values (229 229 229);
3. abstract name (gray90).
xoris has only been tested on displays with a bit depth of 24 bpp.
PR: ports/97475
Submitted by: Alexander Gromnizki
Approved by: lawrance (mentor, implicit)
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 0304d8677c1a..41e16acf3749 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -664,6 +664,7 @@ SUBDIR += xmountains SUBDIR += xmrm SUBDIR += xnview + SUBDIR += xoris SUBDIR += xpaint SUBDIR += xpcd SUBDIR += xpdf |