ws ~master (2021-08-13T10:04:01Z)
Dub
Repo
TGA
ws
file
tga
Undocumented in source.
class
TGA {
this
(string s);
void
load
(string path);
long
width
;
long
height
;
long
origin
;
long
depth
;
byte
[]
data
;
struct
TGAHEADER
;
}
Constructors
this
this
(string s)
Undocumented in source.
Members
Functions
load
void
load
(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
Structs
TGAHEADER
struct
TGAHEADER
Undocumented in source.
Variables
data
byte
[]
data
;
Undocumented in source.
depth
long
depth
;
Undocumented in source.
height
long
height
;
Undocumented in source.
origin
long
origin
;
Undocumented in source.
width
long
width
;
Undocumented in source.
Meta
Source
See Implementation
ws
file
tga
classes
TGA