pixelperfectengine v0.9.1-rc2 (2017-03-05T18:15:25Z)
Dub
Repo
ImportData
converter
Undocumented in source.
class
ImportData {
string
[]
ID
;
string
bitdepth
;
string
format
;
int
x
;
int
y
;
int
IDpos
;
ushort
paletteOffset
;
NamingConvention
nc
;
this
(string[] ID, string bitdepth, int x, int y, ushort paletteOffset);
this
(NamingConvention nc, string bitdepth, int x, int y, ushort paletteOffset);
string
getNextID
();
bool
isMulti
();
}
Constructors
this
this
(string[] ID, string bitdepth, int x, int y, ushort paletteOffset)
Undocumented in source.
this
this
(NamingConvention nc, string bitdepth, int x, int y, ushort paletteOffset)
Undocumented in source.
Members
Functions
getNextID
string
getNextID
()
Undocumented in source. Be warned that the author may not have intended to support it.
isMulti
bool
isMulti
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
ID
string
[]
ID
;
IDpos
int
IDpos
;
Undocumented in source.
bitdepth
string
bitdepth
;
format
string
format
;
Undocumented in source.
nc
NamingConvention
nc
;
Undocumented in source.
paletteOffset
ushort
paletteOffset
;
Undocumented in source.
x
int
x
;
y
int
y
;
Undocumented in source.
Meta
Source
See Implementation
converter
classes
ImportData
NamingConvention
enums
LookupMethod
NumberingStyle
functions
getBitmapPreview
importDirectlyToXMP
importPaletteDirectlyToXMP