BITMAPV4HEADER

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > UDT predefined in UI module > Bitmap Header Definition >

BITMAPV4HEADER

 

Description

 

BITMAPV4HEADER structure.

 

Syntax

 

Type BITMAPV4HEADER

  bV4Size           As DWORD  

  bV4Width          As Long

  bV4Height         As Long

  bV4Planes         As WORD

  bV4BitCount       As WORD

  bV4Compression    As DWORD

  bV4SizeImage      As DWORD

  bV4XPelsPerMeter  As Long

  bV4YPelsPerMeter  As Long

  bV4ClrUsed        As DWORD

  bV4ClrImportant   As DWORD

  bV4RedMask        As DWORD

  bV4GreenMask      As DWORD

  bV4BlueMask       As DWORD

  bV4AlphaMask      As DWORD

  bV4CSType         As DWORD

  bV4Endpoints      As CIEXYZTRIPLE

  bV4GammaRed       As DWORD

  bV4GammaGreen     As DWORD

  bV4GammaBlue      As DWORD

End Type

 

Remarks

 

See also

 

Examples