PointCloudColorStop

Defines a color and a corresponding data value to create a renderer's color ramp. Points with values between the specified stops are colorized using linearly-interpolated colors.

Since

300.1.0

See also

Constructors

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

Creates a color stop with the specified color and value.

Properties

Link copied to clipboard

The color for the stop.

Link copied to clipboard

The label for the stop.

Link copied to clipboard

Specifies the data value to map to the given color.