图形着色。
语法: int imagefill(int im, int x, int y, int col);
传回值: 整数
函式种类: 图形处理
本函式将图片坐标 (x,y) 所在的区域着色。参数 col 表示欲涂上的颜色。