Add new comment

Followup, 6 is intended value

Followup, 6 is intended value for non-bayer:

int COLOR(int row, int col)
  {
    if (!imgdata.idata.filters)
      return 6; /* Special value 0+1+2+3 */
  ...

-- Alex Tutubalin @LibRaw LLC