gr_draw_config
Syntax:
gr_draw_config(width, color, round_corners);
Argument name | Type | Description |
---|---|---|
width |
real |
The width of the stroke |
color |
real |
THe color of the stroke |
round_corners |
boolean |
If true, the drawing methods will use circles to create a round corners effect |
Description:
Configure the width, color and corners mode of the anothergr_draw_
methods.
You must call this before calling any other method since there is no default value for the width, color and corners.