In this section, you will studied about the XOR mode.
XOR or Exclusive Or returns true only if both its operands have different values. The XOR shows the uncommon part. We are providing you an example which shows the XOR mode.
The method setXORMode(Color.yellow) of Graphics class sets the paint mode between the current color and the new specified color. We have defined four circles showing the XOR mode on the forth circle. The logical pixel operations are performed in the XOR mode, which alternates pixels between the current color and a specified XOR color.
Here is the code of UseXORMode.java
import java.awt.*;
|
Output will be displayed as:

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Show XOR Mode
Post your Comment