Returns true if this is a CompositeImage.
()
| 3218 | |
| 3219 | /** Returns true if this is a CompositeImage. */ |
| 3220 | public boolean isComposite() { |
| 3221 | return compositeImage && nChannels>=1 && imageType!=COLOR_RGB && (this instanceof CompositeImage); |
| 3222 | } |
| 3223 | |
| 3224 | /** Returns the display mode (IJ.COMPOSITE, IJ.COLOR |
| 3225 | or IJ.GRAYSCALE) if this is a CompositeImage, otherwise returns -1. */ |
no outgoing calls
no test coverage detected