PointCloudColorClassBreak

Defines a color to apply to points with an attribute value within a specified range of values.

Since

300.1.0

See also

Constructors

Link copied to clipboard
constructor(color: Color, minValue: Double, maxValue: Double)

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

Properties

Link copied to clipboard

The color to apply to points with a value inside the range defined by the class break.

Link copied to clipboard

The description of the class break.

Link copied to clipboard

A succinct label for the class break, perhaps for use in a legend.

Link copied to clipboard

The maximum value for the class break.

Link copied to clipboard

The minimum value for the class break.