Unit DIBSurf |
Classes |
TDIBSurface -
TPalette -
Functions |
Types |
TBitmapInfoPal
TBitmapInfoRGB
TLogPalette256
Constants |
Variables |
Functions |
Types |
TBitmapInfoPal = record
bmiHeader : TBITMAPINFOHEADER;
bmiColors : array[0..255] of dword;
end;
TBitmapInfoRGB = recordVersion 0.8 Alpha
bmiHeader : TBITMAPINFOHEADER;
bmiColors : array[0..255] of TRGBQUAD;
end;
TLogPalette256 = record
palVersion : Word;
palNumEntries : Word;
palEntry : array[0..255] of TPaletteEntry;
end;
Constants |
Variables |