libnspire-dlang ~master (2020-12-02T23:34:19Z)
Dub
Repo
Image
nspire
Undocumented in source.
struct
Image {
ushort
width
;
ushort
height
;
ubyte
bbp
;
ubyte
[]
data
;
this
(ushort width, ushort height, ubyte bbp, ubyte[] data);
}
Constructors
this
this
(ushort width, ushort height, ubyte bbp, ubyte[] data)
Undocumented in source.
Members
Variables
bbp
ubyte
bbp
;
Undocumented in source.
data
ubyte
[]
data
;
Undocumented in source.
height
ushort
height
;
Undocumented in source.
width
ushort
width
;
Undocumented in source.
Meta
Source
See Implementation
nspire
modules
c
device
enums
DirType
ErrorCodes
structs
DirItem
Image
NSpire