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

Method getColorModel

ij/src/main/java/ij/ImageStack.java:363–365  ·  view source on GitHub ↗

Returns this stack's color model. May return null.

()

Source from the content-addressed store, hash-verified

361
362 /** Returns this stack's color model. May return null. */
363 public ColorModel getColorModel() {
364 return cm;
365 }
366
367 /** Returns true if this is a 3-slice, 8-bit RGB stack. */
368 public boolean isRGB() {

Callers 6

cropMethod · 0.95
convertToFloatMethod · 0.95
flipStackMethod · 0.95
runMethod · 0.95
addSliceMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected