[][src]Crate rexpaint

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

XpCell

Structure representing a character and its foreground/background color

XpColor

Structure representing the components of one color

XpFile

Structure representing a REXPaint image file which is a stack of layers

XpLayer

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).