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

Method ColorPanel

ij/src/main/java/ij/plugin/LUT_Editor.java:116–118  ·  view source on GitHub ↗
(ImagePlus imp)

Source from the content-addressed store, hash-verified

114 private int bitDepth;
115
116 ColorPanel(ImagePlus imp) {
117 setup(imp);
118 }
119
120 public void setup(ImagePlus imp) {
121 if (imp==null) {

Callers

nothing calls this directly

Calls 1

setupMethod · 0.95

Tested by

no test coverage detected