XenevaOS
Loading...
Searching...
No Matches
Bmp.h
Go to the documentation of this file.
1
15#ifndef _BMP_H_
16#define _BMP_H_
17
18#pragma pack(1)
19
26
45
46#pragma pack()
47
48#endif
char CHAR8
Definition ProcessorBind.h:109
unsigned int UINT32
Definition ProcessorBind.h:102
UINT8 Reserved
Definition Acpi30.h:40
unsigned short UINT16
Definition actypes.h:237
unsigned char UINT8
Definition actypes.h:236
Definition Bmp.h:20
UINT8 Green
Definition Bmp.h:22
UINT8 Blue
Definition Bmp.h:21
UINT8 Reserved
Definition Bmp.h:24
UINT8 Red
Definition Bmp.h:23
Definition Bmp.h:27
CHAR8 CharB
Definition Bmp.h:28
UINT32 PixelWidth
Definition Bmp.h:34
UINT32 YPixelsPerMeter
Definition Bmp.h:41
UINT32 ImageOffset
Definition Bmp.h:32
UINT32 CompressionType
Definition Bmp.h:38
CHAR8 CharM
Definition Bmp.h:29
UINT32 HeaderSize
Definition Bmp.h:33
UINT32 XPixelsPerMeter
Definition Bmp.h:40
UINT32 PixelHeight
Definition Bmp.h:35
UINT32 Size
Definition Bmp.h:30
UINT32 ImportantColors
Definition Bmp.h:43
UINT16 BitPerPixel
1, 4, 8, or 24
Definition Bmp.h:37
UINT32 NumberOfColors
Definition Bmp.h:42
UINT32 ImageSize
Compressed image size in bytes.
Definition Bmp.h:39
UINT16 Planes
Must be 1.
Definition Bmp.h:36