also print first 16 colors in proper rows

This commit is contained in:
Von Random 2018-06-28 18:12:22 +03:00
parent 4e765611f7
commit f76327e42a

View file

@ -89,7 +89,7 @@ function print_blocks {
done done
} }
print_run 0 16 # The first 16 colours are spread over the whole spectrum print_blocks 0 15 8 2 1 # The first 16 colours are spread over the whole spectrum
printf "\\n" printf "\\n"
print_blocks 16 231 6 6 3 # 6x6x6 colour cube between 16 and 231 inclusive print_blocks 16 231 6 6 3 # 6x6x6 colour cube between 16 and 231 inclusive
print_blocks 232 255 12 2 1 # Not 50, but 24 Shades of Grey print_blocks 232 255 12 2 1 # Not 50, but 24 Shades of Grey