When the color is expressed in 24 bits, the color is obtained by NOTXOR operation for each bit. NOTXOR operation is defined as follows. 0 NOTXOR 0 = 1 0 NOTXOR 1 = 0 1 NOTXOR 0 = 0 1 NOTXOR 1 = 1