public final class ColorTables extends Object
Modifier and Type | Field and Description |
---|---|
static ColorTable8 |
BLUE |
static ColorTable8 |
CYAN |
static ColorTable8 |
FIRE |
static ColorTable8 |
GRAYS |
static ColorTable8 |
GREEN |
static ColorTable8 |
ICE |
static ColorTable8 |
MAGENTA |
static ColorTable8 |
RED |
static ColorTable8 |
REDGREEN |
static ColorTable8 |
RGB332 |
static ColorTable8 |
SPECTRUM |
static ColorTable8 |
YELLOW |
Modifier and Type | Method and Description |
---|---|
static ColorTable8 |
getDefaultColorTable(int c)
Gets the color table corresponding to a default channel ordering of RGBCMY.
|
static boolean |
isGrayColorTable(ColorTable table)
Tests whether a ColorTable consists of gray values.
|
public static final ColorTable8 FIRE
public static final ColorTable8 ICE
public static final ColorTable8 SPECTRUM
public static final ColorTable8 RGB332
public static final ColorTable8 RED
public static final ColorTable8 GREEN
public static final ColorTable8 BLUE
public static final ColorTable8 CYAN
public static final ColorTable8 MAGENTA
public static final ColorTable8 YELLOW
public static final ColorTable8 GRAYS
public static final ColorTable8 REDGREEN
public static ColorTable8 getDefaultColorTable(int c)
public static boolean isGrayColorTable(ColorTable table)
Copyright © 2014–2022 ImageJ. All rights reserved.