Table of Contents ▸ List of Commands ▸ Image Drawing ▸ point | ◀ plasma | polka_dots ▶ |
point | Built-in command |
Arguments:
- x[%],_y[%],_z[%],_opacity,_color1,...
Description:
Set specified colored pixel on selected images.Default values:
z=0, opacity=1 and color1=0.
Example of use:
image.jpg repeat 10000 point {u(100)}%,{u(100)}%,0,1,${-rgb} done
