ae v0.0.2824 (2020-10-12T01:09:09Z)
Home
Dub
Repo
BitmapHeader
ae
utils
graphics
bitmap
Undocumented in source.
struct
BitmapHeader (
uint
V
) {
enum
VERSION
;
char
[
2
]
bfType
;
uint
bfSize
;
ushort
bfReserved1
;
ushort
bfReserved2
;
uint
bfOffBits
;
uint
bcSize
;
int
bcWidth
;
int
bcHeight
;
ushort
bcPlanes
;
ushort
bcBitCount
;
uint
biCompression
;
uint
biSizeImage
;
uint
biXPelsPerMeter
;
uint
biYPelsPerMeter
;
uint
biClrUsed
;
uint
biClrImportant
;
static if
(
V >= 4
)
uint
bV4RedMask
;
static if
(
V >= 4
)
uint
bV4GreenMask
;
static if
(
V >= 4
)
uint
bV4BlueMask
;
static if
(
V >= 4
)
uint
bV4AlphaMask
;
static if
(
V >= 4
)
uint
bV4CSType
;
static if
(
V >= 4
)
CIEXYZTRIPLE
bV4Endpoints
;
static if
(
V >= 4
)
uint
bV4GammaRed
;
static if
(
V >= 4
)
uint
bV4GammaGreen
;
static if
(
V >= 4
)
uint
bV4GammaBlue
;
static if
(
V >= 5
)
uint
bV5Intent
;
static if
(
V >= 5
)
uint
bV5ProfileData
;
static if
(
V >= 5
)
uint
bV5ProfileSize
;
static if
(
V >= 5
)
uint
bV5Reserved
;
}
Members
Manifest constants
VERSION
enum
VERSION
;
Undocumented in source.
Variables
bV4AlphaMask
uint
bV4AlphaMask
;
Undocumented in source.
bV4BlueMask
uint
bV4BlueMask
;
Undocumented in source.
bV4CSType
uint
bV4CSType
;
Undocumented in source.
bV4Endpoints
CIEXYZTRIPLE
bV4Endpoints
;
Undocumented in source.
bV4GammaBlue
uint
bV4GammaBlue
;
Undocumented in source.
bV4GammaGreen
uint
bV4GammaGreen
;
Undocumented in source.
bV4GammaRed
uint
bV4GammaRed
;
Undocumented in source.
bV4GreenMask
uint
bV4GreenMask
;
Undocumented in source.
bV4RedMask
uint
bV4RedMask
;
Undocumented in source.
bV5Intent
uint
bV5Intent
;
Undocumented in source.
bV5ProfileData
uint
bV5ProfileData
;
Undocumented in source.
bV5ProfileSize
uint
bV5ProfileSize
;
Undocumented in source.
bV5Reserved
uint
bV5Reserved
;
Undocumented in source.
bcBitCount
ushort
bcBitCount
;
Undocumented in source.
bcHeight
int
bcHeight
;
Undocumented in source.
bcPlanes
ushort
bcPlanes
;
Undocumented in source.
bcSize
uint
bcSize
;
Undocumented in source.
bcWidth
int
bcWidth
;
Undocumented in source.
bfOffBits
uint
bfOffBits
;
Undocumented in source.
bfReserved1
ushort
bfReserved1
;
Undocumented in source.
bfReserved2
ushort
bfReserved2
;
Undocumented in source.
bfSize
uint
bfSize
;
Undocumented in source.
bfType
char
[
2
]
bfType
;
Undocumented in source.
biClrImportant
uint
biClrImportant
;
Undocumented in source.
biClrUsed
uint
biClrUsed
;
Undocumented in source.
biCompression
uint
biCompression
;
Undocumented in source.
biSizeImage
uint
biSizeImage
;
Undocumented in source.
biXPelsPerMeter
uint
biXPelsPerMeter
;
Undocumented in source.
biYPelsPerMeter
uint
biYPelsPerMeter
;
Undocumented in source.
Meta
Source
See Implementation
ae
utils
graphics
bitmap
aliases
FXPT2DOT30
enums
BI_BITFIELDS
structs
BitmapHeader
CIEXYZ
CIEXYZTRIPLE