- Timestamp:
- 12/09/11 14:20:48 (8 years ago)
- Location:
- trunk/projects/slim-plugin/src/main/java/imagej/slim
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/projects/slim-plugin/src/main/java/imagej/slim/histogram/HistogramTool.java
r7825 r7828 34 34 */ 35 35 public class HistogramTool { 36 private final static String HARDCODED_LUT = "/Applications/ImageJ/luts/ aivar6.lut"; // aivar6 is my five color blue/cyan/green/yellow/red spectral palette36 private final static String HARDCODED_LUT = "/Applications/ImageJ/luts/smart.lut"; //aivar6.lut"; // aivar6 is my five color blue/cyan/green/yellow/red spectral palette 37 37 JFrame _frame; 38 38 HistogramPanel _histogram;
Note: See TracChangeset
for help on using the changeset viewer.