gr_txtco.gml
来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 9 行
GML
9 行
A pixel value is associated with each character.
The value ranges from 0 to the number of colors (less one)
that can be represented in the palette for the video mode
that is current.
The color of a displayed character 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 used to display the character in question.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?