|
| |
| Navigation |
Synopsis Define the color to be used for text.
Function
Description Sets the color to be used for text:
Examples
t1 = text("Rascal rocks", fontColor("Red"));
render(t1);
gives:
t2 = text("Rascal rocks", fontColor("Blue"));
render(t2);
gives:
|