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.
我们执行时返回的值是多少
图像[i]>>18 & 0x30,图像[i]>>12 & 0xc,图像[i]>>6 & 0x3
到图像
它正在构建一个包含原始图像颜色的第 6、7、14、15、22 和 23 位的数字。即它正在从 24 位颜色生成粗略的 6 位颜色。
例如
000000000rrrrrrrrrggggggggbbbbbbbb
成为最高位
rrbbgg