Draw_circle_color_perfect - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Description
Draws a perfect circle with the given radius, and color parameters.
Parameters
- x: (x,y) center point where the circle is drawn
- y
- r: indicates the radius around the center for the circle.
- col1: the color at the center of the circle.
- col2: the color at the outer edges of the circle.
- outline: indicates whether to only draw the outline (true) or fill the circle (false).
Return Values
none: This function has no return values.
Example Call
// example usage of the function
NOTOC