Unit DIB |
Classes |
TCustomDXDIB - TCustomDXDIB
TCustomDXPaintBox - TCustomDXPaintBox
TDIB -
TDIBitmap -
TDIBSharedImage -
TDXDIB - TDXDIB
TDXPaintBox - TDXPaintBox
Functions |
GreyscaleColorTable -
MakeDIBPixelFormat -
MakeDIBPixelFormatMask -
PaletteEntriesToRGBQuads -
PaletteEntryToRGBQuad -
pfGetBValue -
pfGetGValue -
pfGetRGB -
pfGetRValue -
pfRGB -
RGBQuad -
RGBQuadsToPaletteEntries -
RGBQuadToPaletteEntry -
Types |
PArrayBGR
PArrayByte
PArrayDWord
PArrayWord
PBGR
TArrayBGR
TArrayByte
TArrayDWord
TArrayWord
TBGR
TDIBPixelFormat
TPaletteEntries
TRGBQuads
Constants |
Variables |
Functions |
Types |
PArrayBGR = ^TArrayBGR
PArrayByte = ^TArrayByte
PArrayDWord = ^TArrayDWord
PArrayWord = ^TArrayWord
PBGR = ^TBGR
TArrayBGR = array[0..0] of TBGR;
TArrayByte = array[0..0] of Byte;
TArrayDWord = array[0..0] of DWord;
TArrayWord = array[0..0] of Word;
TBGR = record
B : Byte;
G : Byte;
R : Byte;
end;
TDIBPixelFormat = recordTDIB
RBitMask : Integer;
GBitMask : Integer;
BBitMask : Integer;
RBitCount : Integer;
GBitCount : Integer;
BBitCount : Integer;
RShift : Integer;
GShift : Integer;
BShift : Integer;
RBitCount2 : Integer;
GBitCount2 : Integer;
BBitCount2 : Integer;
end;
TPaletteEntries = array[0..255] of TPaletteEntry;
TRGBQuads = array[0..255] of TRGBQuad;
Constants |
Variables |