gr_fillm.gml
来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 14 行
GML
14 行
The fill mask is an eight-byte array which
is interpreted as a square pattern (8 by 8) of 64 bits.
Each bit in the mask corresponds to a pixel.
When a region is filled, each point in the region
is mapped onto the fill mask.
When a bit from the mask is one, the pixel value of the corresponding
point is set using the current plotting action with the current color;
when the bit is zero, the
pixel value of that point is not affected.
.pp
When the fill mask is not set,
a fill operation will set all points in the fill region
to have a pixel value of the current color.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?