PointCloudColorClassBreak constructor

PointCloudColorClassBreak({
  1. required Color color,
  2. required double minValue,
  3. required double maxValue,
})

Creates a class break with the specified color, minimum, and maximum values.

Parameters:

  • color — The color to apply to points with a value inside the range defined by the class break.
  • minValue — The minimum value for the class break.
  • maxValue — The maximum value for the class break.