反色 meaning in Chinese
invert
Examples
- Notsrccopy copies the inverted source rectangle to the destination
源矩形反色复制到目标矩形。 - Dstinvert inverts the destination rectangle
将目标矩形反色。 - Notsrccopy copies the inverted source bitmap to the destination
Notsrccopy将源位图的反色拷贝到目标矩形中。 - Mergepaint combines the inverted source bitmap with the destination bitmap using the boolean or operator
Mergepaint使用or运算符组合源位图的反色与目标矩形的颜色。 - Srcerase combines the inverted colors of the destination rectangle with the colors of the source rectangle by using the boolean and operator
将目标矩形的反色与源矩形的颜色进行逻辑与操作。