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.
我在Emacs Lisp 参考手册中看到了一个术语“颜色单元” :
— 功能:显示颜色单元和可选显示 此函数返回屏幕支持的颜色单元数。
— 功能:显示颜色单元和可选显示
此函数返回屏幕支持的颜色单元数。
这是什么意思?我搜索了它,但没有得到任何看起来很有希望的东西。
它返回显示器可以渲染的颜色数。
例如。我的显示器支持红色、绿色和蓝色三种颜色中的每一种 8 位。因此,它可以表示 2^8*2^8*2^8 = 256*256*256 = 16777216 种颜色,也就是display-color-cells.
display-color-cells