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
| Name | Type | Summary |
|---|---|---|
color | ArcGISColor | The color for the stop. |
value | double | Specifies the data value to map to the given color. |