PointCloudColorClassBreak

constructor(color: Color, minValue: Double, maxValue: Double)

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

Since

300.1.0

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.