ImageEn, unit ievision
TIEVisionBGR8
Declaration
TIEVisionBGR8 = packed record
b: uint8_t;
g: uint8_t;
r: uint8_t;
end;