setColor
draw.setColor()
Sets the color for the next drawing (lines, text, etc).
draw.setColor(color)
color
String
Color in CSS format (#RRGGBB
, rgba()
, or names like red
, white
).
draw.setColor()
Sets the color for the next drawing (lines, text, etc).
draw.setColor(color)
color
String
Color in CSS format (#RRGGBB
, rgba()
, or names like red
, white
).