Interface: RasterOptions
Defined in: Fill.ts:42
Options for Raster components
Properties
Property | Type | Description | Defined in |
---|---|---|---|
cmap | ColorMap | ColorMap [] | The color map to use when creating the raster plot | Fill.ts:44 |
cmap_mask? | null | Uint8Array | A mask specifying where to use each color map. This should be on the same grid as the RawScalarField passed. A 1 in the mask means to use the first colormap, a 2 means to use the second colormap, etc. | Fill.ts:50 |
opacity? | number | The opacity for the raster plot Default 1 | Fill.ts:56 |