MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / isInvertedLut

Method isInvertedLut

ij/src/main/java/ij/ImagePlus.java:1798–1800  ·  view source on GitHub ↗

Returns true is this image uses an inverting LUT that displays zero as white and 255 as black.

()

Source from the content-addressed store, hash-verified

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

Callers 5

getFileInfoMethod · 0.95
itemStateChangedMethod · 0.95
showMethod · 0.45
revertMethod · 0.45
setStackThresholdMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected