Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MIntensityColorPoint

Interface for mutable data-structure which represents a 2-dimensional location and an associated Color and Intensity value. This structure is used for IntensityMesh series for modification of the Mesh topology, coloring, and paletting. A cell can be colored either:

  • with a provided color for coloring each cell individually, when combined with usage of IndividualPointFill-style.
  • with a color fetched from value range palette based on intensity value, when combined with usage of PalettedFill-style.

Index

Properties

Properties

color

color : Color

Color for the fill.

intensity

intensity : number

Intensity value in the situation.

x

x : number

Location in X-dimension.

y

y : number

Location in Y-dimension.