| Package | Description |
|---|---|
| org.tinfour.demo.utils |
Provides utilities in support of the development classes.
|
| Modifier and Type | Method and Description |
|---|---|
static TestPalette |
TestPalette.getBlueToYellowPalette()
Gets an instance of the palette colorizer using
the blue-to-yellow palette.
|
static TestPalette |
TestPalette.getDefaultPalette()
Gets an instance of the palette colorizer using
the default palette.
|
static TestPalette |
TestPalette.getLinearGrayPalette()
Constructs an instance of the palette colorizer using
the a linear interpolation of values in the RGB color space.
|
TestPalette |
TestOptions.getPalette()
Get an instance of a palette for rendering.
|
static TestPalette |
TestPalette.getPaletteByName(String paletteName)
Gets the palette specified by name
|
static TestPalette |
TestPalette.getPurpleTonesPalette()
Gets an instance of the palette colorizer using
the purple-tones palette.
|
static TestPalette |
TestPalette.getRainbowPalette()
Constructs an instance of the palette colorizer using
the rainbow palette.
|
static TestPalette |
TestPalette.getRedToYellowToWhitePalette()
Constructs an instance of the palette colorizer using
the red-to-yellow-to-white palette.
|
Copyright © 2019. All rights reserved.