Constructor PointCloudColorModulation
PointCloudColorModulation(string, double, double)
Initializes a new instance of the PointCloudColorModulation class with the specified attribute name, minimum, and maximum values.
Declaration
public PointCloudColorModulation(string attributeName, double minValue, double maxValue)
Parameters
| Type | Name | Description |
|---|---|---|
| string | attributeName | The attribute to use as a source for the modulation amplitude. |
| double | minValue | The minimum value to compute modulation linear mapping. |
| double | maxValue | The maximum value to compute modulation linear mapping. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300.1 |
| .NET Windows | 300.1 |
| .NET Android | 300.1 |
| .NET iOS | 300.1 |