| Package | Description |
|---|---|
| de.javagl.colors.maps | |
| de.javagl.colors.ui |
| Modifier and Type | Method and Description |
|---|---|
static ColorMap1D |
ColorMaps.clamping(ColorMap1D delegate)
Returns a
ColorMap1D that provides a clamping access
to the given delegate. |
static ColorMap1D |
ColorMaps.create(Color... colors)
Creates a new
ColorMap1D that maps a value between 0.0
and 1.0 (inclusive) to the specified color range, internally
interpolating between the colors with an unspecified number
of steps. |
static ColorMap1D |
ColorMaps.create(int... argbs)
Creates a new
ColorMap1D that maps a value between 0.0
and 1.0 (inclusive) to the specified color range, internally
interpolating between the colors with an unspecified number
of steps. |
static ColorMap1D |
ColorMaps.create(int steps,
Color... colors)
Creates a new
ColorMap1D that maps a value between 0.0
and 1.0 (inclusive) to the specified color range, internally using
the given number of steps for interpolating between the colors |
static ColorMap1D |
ColorMaps.create(int steps,
int... argbs)
Creates a new
ColorMap1D that maps a value between 0.0
and 1.0 (inclusive) to the specified color range, internally using
the given number of steps for interpolating between the colors |
static ColorMap1D |
ColorMaps.create(int steps,
List<? extends Color> colors)
Creates a new
ColorMap1D that maps a value between 0.0
and 1.0 (inclusive) to the specified color range, internally using
the given number of steps for interpolating between the colors |
static ColorMap1D |
ColorMaps.create(List<? extends Color> colors)
Creates a new
ColorMap1D that maps a value between 0.0
and 1.0 (inclusive) to the specified color range, internally
interpolating between the colors with an unspecified number
of steps. |
static ColorMap1D |
DefaultColorMaps.createDiverging()
Create a default diverging color map, from blue over gray to red.
|
static ColorMap1D |
DefaultColorMaps.createRainbow()
Create the rainbow color map, consisting of blue, cyan, green, yellow,
and red.
|
static ColorMap1D |
ColorMaps.nested(ColorMap1D delegate,
Color smaller,
Color larger)
Returns a
ColorMap1D that is "nested" between the given
colors. |
| Modifier and Type | Method and Description |
|---|---|
static ColorMap1D |
ColorMaps.clamping(ColorMap1D delegate)
Returns a
ColorMap1D that provides a clamping access
to the given delegate. |
static ColorMap1D |
ColorMaps.nested(ColorMap1D delegate,
Color smaller,
Color larger)
Returns a
ColorMap1D that is "nested" between the given
colors. |
| Modifier and Type | Method and Description |
|---|---|
void |
ColorMapPanel1D.setColorMap(ColorMap1D colorMap)
Set the
ColorMap1D that is painted |
Copyright © 2018. All rights reserved.