|
| |
| Navigation |
Synopsis Fill color.
Function
Description Set the color used to fill the inside of figures:
Examples
b1 = box(fillColor("Red"));
b2 = box(fillColor("Blue"));
b3 = box(fillColor("Green"));
b4 = box(fillColor("Purple"));
boxes = [b1, b2, b3, b4];
render(hcat(boxes));
gives:
|