Grx.color_to_xor_mode

@accepts(Grx.Color)
@returns(Grx.Color)
def color_to_xor_mode(c):
    # Python wrapper for grx_color_to_xor_mode()
  

Sets the color to #GRX_COLOR_MODE_XOR.

c

the source color value

Returns