2e16fc7acf
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)
8 lines
288 B
Text
8 lines
288 B
Text
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.
|