ImageEn, unit imageenproc

TIE3DLutArray


Declaration

type
  TRGBDouble = record
    R: Double;
    G: Double;
    B: Double;
  end;
  TIE3DLutArray = array of array of array of TRGBDouble;