public class ColorTable extends Object
Modifier and Type | Field and Description |
---|---|
static String[] |
colorNames |
static Color3f[] |
colors |
Constructor and Description |
---|
ColorTable() |
Modifier and Type | Method and Description |
---|---|
static ij.ImagePlus |
adjustChannels(ij.ImagePlus imp,
boolean[] ch) |
static void |
debug(IndexColorModel cmodel) |
static IndexColorModel |
getAverageGrayColorModel(ij.ImagePlus imp,
boolean[] ch) |
static Color3f |
getColor(String name) |
static String |
getColorName(Color3f col) |
static int |
getHistogramMax(ij.ImagePlus imp) |
static IndexColorModel |
getIndexedColorModel(ij.ImagePlus imp,
boolean[] ch) |
static IndexColorModel |
getOpaqueAverageGrayColorModel(ij.ImagePlus imp,
boolean[] ch) |
static IndexColorModel |
getOpaqueIndexedColorModel(ij.ImagePlus imp,
boolean[] ch) |
static boolean |
isBlueCh(String color) |
static boolean |
isGreenCh(String color) |
static boolean |
isRedCh(String color) |
public static boolean isRedCh(String color)
public static boolean isGreenCh(String color)
public static boolean isBlueCh(String color)
public static int getHistogramMax(ij.ImagePlus imp)
public static IndexColorModel getOpaqueIndexedColorModel(ij.ImagePlus imp, boolean[] ch)
public static IndexColorModel getIndexedColorModel(ij.ImagePlus imp, boolean[] ch)
public static IndexColorModel getOpaqueAverageGrayColorModel(ij.ImagePlus imp, boolean[] ch)
public static IndexColorModel getAverageGrayColorModel(ij.ImagePlus imp, boolean[] ch)
public static ij.ImagePlus adjustChannels(ij.ImagePlus imp, boolean[] ch)
public static void debug(IndexColorModel cmodel)
Copyright © 2015–2021 Fiji. All rights reserved.