Returns the display range maximum of the current channel. @see ij.process.ImageProcessor#getMax @see #getLuts
()
| 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 |
no test coverage detected