Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谷歌搜索,我看到了这个列表,它为 rgb 映射提供了一个有用的名称。
当然,我可以轻松地复制此文件,将其存储在某处并读取它,但我想知道,是否有一种标准方法可以从某个标准位置从 C/C++ 访问此列表(希望没有很多麻烦)?
即使是 *nix 系统中的标准位置也会很有用,因为读取/解析文件很简单。
Fwiw,我在 Ubuntu 13.04 上运行 gcc 4.7.3。
我记得,还有维基百科(我知道这不是一个很好的参考)
X11root/lib/X11/rgb.txt
这很可能:
/usr/lib/X11/rgb.txt
再搜索一下,看起来标准位置可能是:
/etc/X11/rgb.txt
对于检查颜色,该xcolors程序很有用。
xcolors
安装sudo apt-get install xcolors
sudo apt-get install xcolors