PointCloudColorUniqueValue

Defines a color used to render points with a specific value. A unique value is paired with a specific color. Points with the specified value are assigned the corresponding color.

Since

300.1.0

See also

Constructors

Link copied to clipboard
constructor(color: Color, values: Iterable<String>)

Creates a PointCloudColorUniqueValue with the specified color and values.

Properties

Link copied to clipboard

The color used to symbolize the unique value.

Link copied to clipboard

The description for the unique value.

Link copied to clipboard

The label for the unique value.

Link copied to clipboard

A collection of string values to display using the corresponding color.