Set/get layer mode. Mode is one of these:
"normal",
"add",
"subtract",
"multiply",
"divide",
"modulo",
"invsubtract",
"invdivide",
"invmodulo",
"difference",
"max",
"min",
"bitwise_and",
"bitwise_or",
"bitwise_xor",
"replace",
"red",
"green",
"blue",
"replace_hsv",
"hue",
"saturation",
"value",
"color",
"darken",
"lighten",
"dissolve",
"behind",
"erase",
available_modes () simply gives an array
containing the names of these modes.