BMPHeader
package @nogc nothrow
struct BMPHeader {
}
- alphamask
uint alphamask;
Undocumented in source.
- bitspp
int bitspp;
Undocumented in source.
- bmask
uint bmask;
Undocumented in source.
- compress
uint compress;
Undocumented in source.
- dataoff
uint dataoff;
Undocumented in source.
- dibsize
uint dibsize;
Undocumented in source.
- dibv
ubyte dibv;
Undocumented in source.
- gmask
uint gmask;
Undocumented in source.
- h
int h;
Undocumented in source.
- palettelen
uint palettelen;
Undocumented in source.
- planes
int planes;
Undocumented in source.
- rmask
uint rmask;
Undocumented in source.
- w
int w;
Undocumented in source.
imagefmt bmp
functionsmanifest constantsstructs