Changeset 8020
- Timestamp:
- 05/31/12 14:13:37 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/projects/slim-plugin/src/main/java/loci/slim/histogram/HistogramTool.java
r7999 r8020 140 140 // values less than and greater than the LUT range respectively. 141 141 142 colorModel = PaletteFix.fixIndexColorModel(colorModel, Color.BLACK, Color. WHITE);142 colorModel = PaletteFix.fixIndexColorModel(colorModel, Color.BLACK, Color.BLACK); 143 143 return colorModel; 144 144 }
Note: See TracChangeset
for help on using the changeset viewer.