Show / Hide Table of Contents

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.

Inheritance
object
PointCloudColorStop
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
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

PointCloudStretchRenderer

Applies to

TargetVersions
.NET300.1
.NET Windows300.1
.NET Android300.1
.NET iOS300.1
In this article
Provide feedback
Back to top Copyright © 2025 Esri.