Script to convert HEX palette files to valid Pixelorama scripts #742
josephclaytonhansen
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is a Python script that converts HEX palette files (for example, downloaded from Lospec) to Pixelorama .tres palette files. It can be run like any Python script- from an IDE, or from a command line with
python.Use function
HexFileToPixeloramaPalette(file, name)where file is the path to the HEX file and name is the name of the palette.https://gist.github.com/josephclaytonhansen/46601bbc4839bc6d11b84dc02abf1a26
Beta Was this translation helpful? Give feedback.
All reactions