Grx.color_to_xor_mode

function color_to_xor_mode(c: Grx.Color): Grx.Color {
    // Gjs wrapper for grx_color_to_xor_mode()
}
  

Sets the color to #GRX_COLOR_MODE_XOR.

c

the source color value

Returns

the modified color value.