Skip to main content

Interface: ContourFillOptions

Defined in: Fill.ts:16

Options for ContourFill components

Properties

PropertyTypeDescriptionDefined in
cmapColorMap | ColorMap[]The color maps to use when creating the fillsFill.ts:18
cmap_mask?null | Uint8ArrayA 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?numberThe opacity for the filled contours Default 1Fill.ts:30