![]() |
<< Index >> |
FutureBasic 5 |
fill | statement | |
|
fill h,v
h, v
) (in the current output window) with the current color and pen pattern. All the contiguous pixels which have a color equal to the original color at (h, v
) are included in the fill.color = _zBlack
circle 110,110,100
circle 110,110,80
color = _zRed
fill 100, 15