Table of Contents ▸ List of Commands ▸ Image Drawing ▸ thickcircle | ◀ spline | thickellipse ▶ |
thickcircle
Arguments:
- x[%],y[%],R[%],_thickness>=0,_opacity,_color1,...
Description:
Draw specified colored thick outlined circle on selected images.Default values:
thickness=3, opacity=1 and color1=0.
Example of use:
400,400 repeat 15 { R:=lerp(10,190,$%) thickcircle 200,200,$R,2,1,$R } n 0,255 map 7
