summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/latticeshading.asy
blob: c6689fa72d50ff0c389b5cf3d4c328baa168461d (plain)
1
2
3
4
5
6
7
size(200);

pen[][] p={{white,grey,black},
           {red,green,blue},
           {cyan,magenta,yellow}};

latticeshade(unitsquare,p);