NAME

GetPenColor

Get the color of the pen to draw astro card as configured in Proastro

USAGE

GetPenColor

PARAMETERS

none

OPTIONS

none

RETURN

Return a string being the hexa RGB value of the color

EXAMPLE

PutTxt "---- Global pen color ----"
PutTxt "Color of pen is [ GetPenColor ]"

Output

---- Global pen color ----
Color of pen is #000000