BITMAP_HEADER Structure From Microchip Graphics Library previous page next page Microchip Graphics Library Contents | Index | Home Previous | Up | Next BITMAP_HEADER Structure C typedef struct { BYTE compression; BYTE colorDepth; SHORT height; SHORT width; } BITMAP_HEADER; Overview Structure describing the bitmap header. Members Members Description BYTE compression; Compression setting BYTE colorDepth; Color depth used SHORT height; Image height SHORT width; Image width Library API > Graphics Primitive Layer API > Bitmap Functions > BITMAP_HEADER Structure Microchip Graphics Library Version 3.06.02 - October 15, 2012Copyright © 2012 Microchip Technology, Inc. All rights reserved Contents | Index | Home previous page start next page