Interface: ColorMapOptions
Defined in: Colormap.ts:18
Options for ColorMaps
Properties
Property | Type | Description | Defined in |
---|---|---|---|
overflow_color? | string | Color | The color to use for areas where the value is above the highest value in the color map | Colormap.ts:20 |
underflow_color? | string | Color | The color to use for areas where the value is below the lowest value in the color map | Colormap.ts:23 |