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

Method getDisplayRangeMax

ij/src/main/java/ij/ImagePlus.java:3254–3256  ·  view source on GitHub ↗

Returns the display range maximum of the current channel. @see ij.process.ImageProcessor#getMax @see #getLuts

()

Source from the content-addressed store, hash-verified

3252 * @see #getLuts
3253 */
3254 public double getDisplayRangeMax() {
3255 return ip.getMax();
3256 }
3257
3258 /** Sets the display range of specified channels in an RGB image, where 4=red,
3259 2=green, 1=blue, 6=red+green, etc. With non-RGB images, this method is

Callers 15

updateVirtualSliceMethod · 0.95
getMinAndMaxMethod · 0.95
openMethod · 0.95
runMethod · 0.45
zScaleMethod · 0.45
flipStackMethod · 0.45
runMethod · 0.45
stackListMethod · 0.45
stackRangeMethod · 0.45
createNewStackMethod · 0.45
setupNewImageMethod · 0.45
updateLabelsMethod · 0.45

Calls 1

getMaxMethod · 0.45

Tested by

no test coverage detected