mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-06-03 17:08:08 -04:00
xcf: initialize num_colors
This commit is contained in:
parent
09abfd8084
commit
bff6142b44
@ -133,7 +133,7 @@ private:
|
||||
float y_resolution; //!< y resolution in dots per inch
|
||||
qint32 tattoo; //!< (unique identifier?)
|
||||
quint32 unit; //!< Units of The GIMP (inch, mm, pica, etc...)
|
||||
qint32 num_colors; //!< number of colors in an indexed image
|
||||
qint32 num_colors = 0; //!< number of colors in an indexed image
|
||||
QVector<QRgb> palette; //!< indexed image color palette
|
||||
|
||||
int num_layers; //!< number of layers
|
||||
|
Loading…
x
Reference in New Issue
Block a user