graph color - part-cw/lambdanative GitHub Wiki
(graph-color g c)
This function sets the current pen color.
| Parameter | Description |
|---|---|
| g | graph context |
| c | color |
Example
(graph-color Black)
(graph-color (color-rgb 0 0 0))
This function sets the current pen color.
| Parameter | Description |
|---|---|
| g | graph context |
| c | color |
(graph-color Black)
(graph-color (color-rgb 0 0 0))