ImageEn, unit ievision

TIEVisionRGB8


Declaration

  TIEVisionRGB8 = packed record
    r: uint8_t;
    g: uint8_t;
    b: uint8_t;
  end;