diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2019-06-26 00:37:20 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2019-06-26 01:04:41 +0200 |
commit | 556f6d19a315775a366755061aa218c6909ca775 (patch) | |
tree | 8f0b07d21c22212465d7055fe1db582fe82a866d /src/palette | |
parent | 931806b02c4531e3629ee92a8854abc9614739c5 (diff) |
Add script to apply color maps.
Once again, credits to algernon for the maps:
https://git.madhouse-project.org/algernon/Model01-Sketch/src/branch/master/tools/colormap
Diffstat (limited to 'src/palette')
-rwxr-xr-x | src/palette | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/palette b/src/palette new file mode 100755 index 0000000..a33d7c6 --- /dev/null +++ b/src/palette @@ -0,0 +1,16 @@ + 0 0 0 # Black + 0 0 170 # Blue + 0 170 0 # Green + 0 170 170 # Cyan +170 0 0 # Red +170 0 170 # Magenta +170 85 0 # Brown +170 170 170 # Light grey + 85 85 85 # Dark grey + 85 85 255 # Bright blue + 85 255 85 # Bright green + 85 255 255 # Bright cyan +255 85 85 # Bright red +255 85 255 # Bright Magenta +255 255 85 # Yellow +255 255 255 # White / transparent |