DibHeader

struct DibHeader (
DibVersion version_ = DibVersion.V5
) {}

Members

Mixins

__anonymous
mixin Upcast
Undocumented in source.

Structs

Endpoints
struct Endpoints
Undocumented in source.

Variables

alphaMask
uint alphaMask;
Undocumented in source.
bitCount
ushort bitCount;
Undocumented in source.
blueMask
uint blueMask;
Undocumented in source.
colorsImportant
uint colorsImportant;
Undocumented in source.
colorsUsed
uint colorsUsed;
Undocumented in source.
compression
uint compression;
Undocumented in source.
csType
uint csType;
Undocumented in source.
dataSize
uint dataSize;
Undocumented in source.
endpoints
Endpoints endpoints;
Undocumented in source.
gammaBlue
uint gammaBlue;
Undocumented in source.
gammaGreen
uint gammaGreen;
Undocumented in source.
gammaRed
uint gammaRed;
Undocumented in source.
greenMask
uint greenMask;
Undocumented in source.
height
ushort height;
Undocumented in source.
height
int height;
Undocumented in source.
intent
uint intent;
Undocumented in source.
planes
ushort planes;
Undocumented in source.
profileData
uint profileData;
Undocumented in source.
profileSize
uint profileSize;
Undocumented in source.
redMask
uint redMask;
Undocumented in source.
reserved
uint reserved;
Undocumented in source.
width
ushort width;
Undocumented in source.
width
int width;
Undocumented in source.
xPixelsPerMeter
int xPixelsPerMeter;
Undocumented in source.
yPixelsPerMeter
int yPixelsPerMeter;
Undocumented in source.

Mixed In Members

From mixin Upcast

opCast
T opCast()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta