Class PointCloudColorStop
Defines a color and a corresponding data value to create a renderer's color ramp. Points with values between the specified stops are colorized using linearly-interpolated colors.
Namespace: Esri.ArcGISRuntime.Mapping.PointCloud
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class PointCloudColorStop
Constructors
| Name | Description |
|---|---|
| PointCloudColorStop(Color, double) | Initializes a new instance of the PointCloudColorStop class with the specified color and value. |
Properties
| Name | Description |
|---|---|
| Color | Gets or sets the color for the stop. |
| Label | Gets or sets the label for the stop. |
| Value | Gets or sets the data value to map to the given color. |
See Also
Applies to
| Target | Versions |
|---|---|
| .NET | 300.1 |
| .NET Windows | 300.1 |
| .NET Android | 300.1 |
| .NET iOS | 300.1 |