hi everyone .I want to repeat the pattern of the colored part of this design respectively for the rest . how this can be done .very thanks
Lot -->
split(z) { ~3 : Tile(split.index) }*
Tile(n) -->
case n ==0 :
color(1,0,0)
case n ==1 :
color(1,1,0)
case n ==2 :
color(1,0,1)
else :
Remainder