PointCloudColorModulation

Modulates point cloud color intensity based on an attribute value. Modulation is commonly used with the "INTENSITY" attribute. Rendered point cloud color will be modulated on a linear scale from PointCloudColorModulation.minValue to PointCloudColorModulation.maxValue. High values leave the point color unchanged, while low values darken it.

Since

300.1.0

Constructors

Link copied to clipboard
constructor(attributeName: String, minValue: Double, maxValue: Double)

Creates a color modulation with the specified attribute name, minimum, and maximum values.

Properties

Link copied to clipboard

The attribute to use as a source for the modulation amplitude.

Link copied to clipboard

The maximum value to compute modulation linear mapping. Values greater than or equal to this value are rendered at the highest color intensity.

Link copied to clipboard

The minimum value to compute modulation linear mapping. Values less than or equal to this value are rendered at the lowest color intensity.