Enum MeshPaletteMode
Enumerable constants which define the Mesh Palette mode
Inherited Members
Namespace:
Assembly: .dll
Syntax
public enum MeshPaletteMode extends Enum<renderableSeriesMeshPaletteMode>
Fields
| Name | Description |
|---|---|
| HeightMapInterpolated | Draw the MeshColorPalette as a Height-map with interpolation between cells |
| HeightMapSolidCells | Draw the MeshColorPalette as a Height-map with solid color stepping between cells |
| Textured | Draw the MeshColorPalette as a Texture (e.g. ignores height mapping) with interpolation between cells |
| TexturedSolidCells | Draw the MeshColorPalette as a Texture (e.g. ignores height mapping) with solid color stepping between cells |
Methods
| Name | Description |
|---|---|
| valueOf(String name) | |
| values() |