public class ColorMap extends Object
| Modifier and Type | Field and Description |
|---|---|
byte[] |
b |
byte[] |
g |
byte[] |
r |
int |
size |
Color[] |
table |
| Constructor and Description |
|---|
ColorMap() |
| Modifier and Type | Method and Description |
|---|---|
int |
getColor(int idx) |
static ColorMap |
getJet() |
static ColorMap |
getJet(int n) |
static void |
main(String[] args) |
String |
toString() |
public int size
public byte[] r
public byte[] g
public byte[] b
public Color[] table
Copyright © 2022. All Rights Reserved.