Namespace: GameEngine.Layers.PointCloud
Class: GameEngine/Layers/PointCloud/ArcGISPointCloudColorStop
Since: 2.4.0

Summary

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.

Constructors

ArcGISPointCloudColorStop(ArcGISColor color, double value)

Creates a color stop with the specified color and value.

Since 2.4.0

Arguments
NameTypeSummary
colorArcGISColor

The color for the stop.

valuedouble

Specifies the data value to map to the given color.

Properties

PropertyTypeNullableReadonlySummary
ColorArcGISColorNoNo

The color for the stop.

LabelstringNoNo

The label for the stop.

ValuedoubleNoNo

Specifies the data value to map to the given color.

Color

The color for the stop.

Label

string Label

The label for the stop.

Value

double Value

Specifies the data value to map to the given color.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.