Interface: ContourFillOptions
Defined in: Fill.ts:16
Options for ContourFill components
Properties
Property | Type | Description | Defined in |
---|---|---|---|
cmap | ColorMap | ColorMap [] | The color maps to use when creating the fills | Fill.ts:18 |
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:24 |
opacity? | number | The opacity for the filled contours Default 1 | Fill.ts:30 |