Show / Hide Table of Contents

Class PointCloudColorModulation

Modulates point cloud color intensity based on a field value.

Inheritance
object
PointCloudColorModulation
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 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

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