PointCloudColorStop constructor

PointCloudColorStop({
  1. required Color color,
  2. required double value,
})

Creates a color stop with the specified color and value.

Parameters:

  • color — The color for the stop.
  • value — Specifies the data value to map to the given color.