gr_pixvl.gml

来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 8 行

GML
8
字号
A pixel value is associated with each point.
The values range from 0 to the number of colors (less one)
that can be represented in the palette for the current video mode.
The color displayed at the point is the color in the palette
corresponding to the pixel number.
For example, a pixel value of 3 causes the fourth color in the
palette to be displayed at the point in question.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?