very Basic Nachfrage : Die Definitionen in windows
unit wurden nicht verwendet, weil zu langsam ... ?
Delphi-Quellcode:
{$ALIGN 1}
PRGBTriple = ^TRGBTriple;
{$EXTERNALSYM tagRGBTRIPLE}
tagRGBTRIPLE = record
rgbtBlue: Byte;
rgbtGreen: Byte;
rgbtRed: Byte;
end;
TRGBTriple = tagRGBTRIPLE;
{$EXTERNALSYM RGBTRIPLE}
RGBTRIPLE = tagRGBTRIPLE;
{$ALIGN ON}