function el_Graphics(index, colr, colg, colb)
-- Return some important values (see reference)
-- return cache, pixel_mode, cola, colr, colg, colb, firea, firer, fireg, fireb
return 1, 0x00000020, 255, colr, colg-10, colb, 0, 0, 0, 0
end
tpt.graphics_func(el_Graphics, myNewElement)