PointCloudColorModulation constructor

PointCloudColorModulation({
  1. required String attributeName,
  2. required double minValue,
  3. required double maxValue,
})

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

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.