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