Skip to content
Matthias Görges edited this page Mar 16, 2015 · 1 revision

graph-rgbcolor sets the current pen color in RGB.

Parameter Description
g graph context
r red component
g red component
b red component

Example

Example1: Two ways to set the pen color to black

(graph-color g Black)
(graph-color g 0 0 0)
Clone this wiki locally