xor-drawing
How to draw a "not" colored text?
I\'m looking for a way to draw text with inverted colors. For shapes, we have TPenMode that can b开发者_JAVA技巧e set to pmNot, but we can\'t do this for text. How can I do this instead?This does it:[详细]
2023-02-12 16:25 分类:问答Java Graphics disable xor mode
I know that g.setXORMode(Color c) enables XOR mode drawing. But how to开发者_JAVA技巧 disable this mode after setXORMode call? g.setPaintMode()[详细]
2022-12-23 11:54 分类:问答