Package | Description |
---|---|
Contains the Icy Colormap structure definition and all default Icy colormap
|
Modifier and Type | Method and Description |
---|---|
|
() |
static |
( name)
Returns the enum constant of this type with the specified name.
|
static [] |
()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
( value) |
Constructor and Description |
---|
( name,
type) |
( mapName,
colorFrom,
colorTo,
type)
Creates a simple color map using a linear gradient from 'colorFrom' to 'colorTo'.
|
( mapName,
color,
type)
Creates a simple color map using a linear gradient of the given Color.
|