Expand description
Provides for reading of REXPaint .xp files
Copyright (C) 2018 Mara cyphergothic@protonmail.com This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2,
Structsยง
- Structure representing a character and its foreground/background color
- Structure representing the components of one color
- Structure representing a REXPaint image file which is a stack of layers
- Structure representing a layer Cells are in the same order as in the file, in column-major order (index of position x,y is y*height + x).