Unit 'JwaWindows' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#winunits-jedi]

BITMAPV4HEADER

Declaration

Source position: jwawingdi.pas line 1175

type BITMAPV4HEADER = record

  bV4Size: DWORD;

  bV4Width: LONG;

  bV4Height: LONG;

  bV4Planes: Word;

  bV4BitCount: Word;

  bV4V4Compression: DWORD;

  bV4SizeImage: DWORD;

  bV4XPelsPerMeter: LONG;

  bV4YPelsPerMeter: LONG;

  bV4ClrUsed: DWORD;

  bV4ClrImportant: DWORD;

  bV4RedMask: DWORD;

  bV4GreenMask: DWORD;

  bV4BlueMask: DWORD;

  bV4AlphaMask: DWORD;

  bV4CSType: DWORD;

  bV4Endpoints: CIEXYZTRIPLE;

  bV4GammaRed: DWORD;

  bV4GammaGreen: DWORD;

  bV4GammaBlue: DWORD;

end;


Documentation generated on: 2023-03-18