Table of Contents ▸ List of Commands ▸ Image Drawing ▸ flood | ◀ ellipse | gaussian ▶ |
flood | Built-in command |
Arguments:
- x[%],_y[%],_z[%],_tolerance>=0,_is_high_connectivity={ 0:No | 1:Yes },_opacity,_color1,...
Description:
Flood-fill selected images using specified value and tolerance.Default values:
y=z=0, tolerance=0, is_high_connectivity=0, opacity=1 and color1=0.
Example of use:
image.jpg repeat 1000 flood {u(100)}%,{u(100)}%,0,20,0,1,${-rgb} done
