ImageEn, unit hyiedefs

TYCbCr


Declaration

  TYCbCr = packed record
    y: byte;
    Cb: byte;
    Cr: byte;
  end;