function out = remBLUE(mat)
  mat(:, :, 3) = 0;
  out = mat;
endfunction
