meatbox ~master (2020-09-03T17:52:18Z)
Dub
Repo
Image
meatbox
image
Undocumented in source.
class
Image {
this
();
this
(string path);
~this
();
void
load
(string path);
uint
buffer
;
float
aspect
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(string path)
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
aspect
float
aspect
()
Undocumented in source. Be warned that the author may not have intended to support it.
load
void
load
(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
buffer
uint
buffer
;
Undocumented in source.
Meta
Source
See Implementation
meatbox
image
classes
Image