<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > UDT predefined in UI module > Bitmap Header Definition > BITMAPV5HEADER |
Description
BITMAPV5HEADER structure.
Syntax
Type BITMAPV5HEADER
bV5Size As DWORD
bV5Width As Long
bV5Height As Long
bV5Planes As WORD
bV5BitCount As WORD
bV5Compression As DWORD
bV5SizeImage As DWORD
bV5XPelsPerMeter As Long
bV5YPelsPerMeter As Long
bV5ClrUsed As DWORD
bV5ClrImportant As DWORD
bV5RedMask As DWORD
bV5GreenMask As DWORD
bV5BlueMask As DWORD
bV5AlphaMask As DWORD
bV5CSType As DWORD
bV5Endpoints As CIEXYZTRIPLE
bV5GammaRed As DWORD
bV5GammaGreen As DWORD
bV5GammaBlue As DWORD
bV5Intent As DWORD
bV5ProfileData As DWORD
bV5ProfileSize As DWORD
bV5Reserved As DWORD
End Type
Remarks
See also
Examples