(LookUpTable lut, FileInfo fi)
| 2559 | } |
| 2560 | |
| 2561 | private void addLut(LookUpTable lut, FileInfo fi) { |
| 2562 | fi.lutSize = lut.getMapSize(); |
| 2563 | fi.reds = lut.getReds(); |
| 2564 | fi.greens = lut.getGreens(); |
| 2565 | fi.blues = lut.getBlues(); |
| 2566 | } |
| 2567 | |
| 2568 | /** Returns the FileInfo object that was used to open this image. |
| 2569 | Returns null for images created using the File/New command. |
no test coverage detected