ImageEn, unit iexDefs

TYCbCr

TYCbCr

Declaration

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