Class PointCloudColorModulation
Modulates point cloud color intensity based on a field value.
Namespace: Esri.ArcGISRuntime.Mapping.PointCloud
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class PointCloudColorModulation
Remarks
Modulation is commonly used with the intensity field. High values leave the point color unchanged, while low values darken it.
Constructors
| Name | Description |
|---|---|
| PointCloudColorModulation(string, double, double) | Initializes a new instance of the PointCloudColorModulation class with the specified attribute name, minimum, and maximum values. |
Properties
| Name | Description |
|---|---|
| AttributeName | Gets or sets the attribute to use as a source for the modulation amplitude. |
| MaxValue | Gets or sets the maximum value to compute modulation linear mapping. |
| MinValue | Gets or sets the minimum value to compute modulation linear mapping. |
Applies to
| Target | Versions |
|---|---|
| .NET | 300.1 |
| .NET Windows | 300.1 |
| .NET Android | 300.1 |
| .NET iOS | 300.1 |