Source position: PXL.Windows.DDraw.pas line 2077
type DDRGBA = record
red: Byte;
green: Byte;
blue: Byte;
alpha: Byte;
end;