Returns the current image type (ImagePlus.GRAY8, ImagePlus.GRAY16, ImagePlus.GRAY32, ImagePlus.COLOR_256 or ImagePlus.COLOR_RGB). @see #getBitDepth
()
| 1477 | @see #getBitDepth |
| 1478 | */ |
| 1479 | public int getType() { |
| 1480 | return imageType; |
| 1481 | } |
| 1482 | |
| 1483 | /** Returns the bit depth, 8, 16, 24 (RGB) or 32, or 0 if the bit depth |
| 1484 | is unknown. RGB images actually use 32 bits per pixel. */ |
no outgoing calls
no test coverage detected