Navigation
Synopsis Creates an arbitrary color.
Function FProperty arbColor()
Examples
box1 = box(fillColor(arbColor()));
box2 = box(fillColor(arbColor()));
box3 = box(fillColor(arbColor()));
render(hcat([box1, box2, box3], std(size(50))));
a1
Is this page unclear, or have you spotted an error? Please add a comment below and help us to improve it. For all other questions and remarks, visit ask.rascal-mpl.org.