also print first 16 colors in proper rows
This commit is contained in:
parent
4e765611f7
commit
f76327e42a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue