Returns true is this image uses an inverting LUT that displays zero as white and 255 as black.
()
| 1796 | /** Returns true is this image uses an inverting LUT that |
| 1797 | displays zero as white and 255 as black. */ |
| 1798 | public boolean isInvertedLut() { |
| 1799 | return ip!=null && ip.isInvertedLut(); |
| 1800 | } |
| 1801 | |
| 1802 | private int[] pvalue = new int[4]; |
| 1803 |
no outgoing calls
no test coverage detected