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