aboutsummaryrefslogtreecommitdiff
path: root/test/bin/exportingPalettes.md
blob: be4a354fe55a765209c164b039a8961b8c65aa11 (plain)
1
2
3
4
```sh
cat test.src|head -n 46 | awk '{printf "%02x: {0x%x,0x%x,0x%x}\n",NR,$1/2,$2/2,$3/2 }' > hex_palettes
```