BMP.Win3xBitmapHeader

Bitmap header for Win 3.x and 4.x

Members

Variables

bitsPerPixel
ushort bitsPerPixel;

Number of bits per pixel

colorsUsed
uint colorsUsed;

Colors used in image

colorsimportant
uint colorsimportant;

Colors important to display the image

compression
uint compression;

Compression methods used

height
int height;

Height of the bitmap

horizResolution
int horizResolution;

Pixels per meter

planes
ushort planes;

Number of color planes

sizeOfBitmap
uint sizeOfBitmap;

Size of bitmap in bytes

vertResolution
int vertResolution;

Pixels per meter

width
int width;

Width of the bitmap

Meta