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

Method getMapSize

ij/src/main/java/ij/LookUpTable.java:50–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 }
49
50 public int getMapSize() {
51 return mapSize;
52 }
53
54 public byte[] getReds() {
55 return rLUT;

Callers 10

setImageMethod · 0.95
writeImageMethod · 0.95
writeBitmapPaletteMethod · 0.95
runMethod · 0.95
saveAsLutMethod · 0.95
addLutMethod · 0.45
getColorsMethod · 0.45
getChannelColorMethod · 0.45
isColorLutMethod · 0.45
readLutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected