Basepalette (DEF): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
copy | copy | ||
undef | undef | ||
== Examples == | |||
basepalette 1 { raw { file "basepal.raw" } } | |||
basepalette 2 { raw { file "basepal.raw" offset 768 } } | |||
basepalette 3 { raw { file "basepal.raw" offset 1536 } } | |||
[[Category:WIP pages]] | [[Category:WIP pages]] | ||
[[Category:DEF commands]] | [[Category:DEF commands]] |
Revision as of 01:44, 22 February 2020
basepalette <basepal> { [...] }
Loads a base palette from a raw image file.
The image file must NOT contain a 256 color table of its own. Each pixel from the image will be converted to a color in the base palette.
A single image file may contain multiple base palettes, and offset can used to locate it.
Not to be confused with lookup palette. See also palette listing.
Tokens
raw
- file
- offset
- shiftleft
copy undef
Examples
basepalette 1 { raw { file "basepal.raw" } } basepalette 2 { raw { file "basepal.raw" offset 768 } } basepalette 3 { raw { file "basepal.raw" offset 1536 } }