ImageEn, unit ievision
TIEVisionBGR16
Declaration
TIEVisionBGR16 = packed record
b: uint16_t;
g: uint16_t;
r: uint16_t;
end;