ImageFill

ImageFill -- 塗り潰し

説明

int imagefill(int im, int x, int y, int col);

ImageFill()は、画像imにおいて 座標x, y(左上が0,0)から 色colで領域を塗りつぶします。