$fillCircle

Fills a circle with the specified center and radius.
Syntax
    $fillCircle{x}{y}{radius}
DocumentationFills a circle with the specified center and radius:

    Parameters:
      x and y, the coordinates of the center of the circle to be drawn.
      radius, the radius of the circle to be drawn.
    Note:
      the template using this function must have the content type 'image/gif' or 'image/jpeg'.
Examples
    $createImage{600}{400}
    $setDrawColor{black}
    $fillCircle {100}{100}{75}

    Result:
    in the image with a size of 600/400 a black cirlce with a radius of 75 pixels at the
    position of 100/100 appears
GroupGraphic
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters3
Maximum parameters 3