You have your choice of these special effects:
1, 2, 1, 2, 4, 2, 1, 2, 1
constants: MaxRGB, Opaque, Transparent, Pi
standard operators (in order of precedence):
^ (power), *, /, % (modulo), +, -, <, >, =,
& (binary AND), | (binary OR), : (binary XOR)
math function name:
abs(), acos(), asin(), atan(), cos(), exp(), log(), ln(),
max(), min(), rand(), sign(), sin(), sqrt(), tan()
color names: red, cyan, black, etc.
symbols:
u = first image in sequence
v = second image in sequence
i = column offset
j = row offset
p = pixel to use (absolute or relative to current pixel)
w = width of this image
h = height of this image
r = red value (from RGBA), of a specific or current pixel
g = green ''
b = blue ''
a = alpha ''
c = cyan value of CMYK color of pixel
y = yellow ''
m = magenta ''
k = black ''
intensity = pixel intensity
<amplitude>x<wavelength>
See examples of select ImageMagick Studio effects.