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

Method cancelLUT

ij/src/main/java/ij/plugin/LUT_Editor.java:412–420  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

410 }
411
412 public void cancelLUT() {
413 if (mapSize == 0)
414 return;
415 origin.getReds(reds);
416 origin.getGreens(greens);
417 origin.getBlues(blues);
418 mapSize = 256;
419 applyLUT();
420 }
421
422 public void applyLUT() {
423 byte[] reds2=reds, greens2=greens, blues2=blues;

Callers 2

resizeMethod · 0.95
runMethod · 0.80

Calls 4

applyLUTMethod · 0.95
getRedsMethod · 0.45
getGreensMethod · 0.45
getBluesMethod · 0.45

Tested by

no test coverage detected