PointCloudColorModulation

constructor(attributeName: String, minValue: Double, maxValue: Double)

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

Since

300.1.0

Parameters

attributeName

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

minValue

The minimum value to compute modulation linear mapping.

maxValue

The maximum value to compute modulation linear mapping.