Namespace: Esri::GameEngine::Layers::PointCloud
Class: Esri/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(const FColor& color, double value)

Creates a color stop with the specified color and value.

Since 2.4.0

Arguments
NameTypeConstSummary
colorFColorYes

The color for the stop.

valuedoubleNo

Specifies the data value to map to the given color.

Properties

PropertyTypeNullableReadonlySummary
ColorFColorNoNo

The color for the stop.

LabelFStringNoNo

The label for the stop.

ValuedoubleNoNo

Specifies the data value to map to the given color.

Color

FColor GetColor() const

void SetColor(const FColor& color)

The color for the stop.

Label

FString GetLabel() const

void SetLabel(const FString& label)

The label for the stop.

Value

double GetValue() const

void SetValue(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.