INTERFACE DepthToColor; IMPORT PaintOp;
depth
PROCEDURE Map(depth: INTEGER): PaintOp.T RAISES {};
map depth into a color.
END DepthToColor.