PointCloudColorUniqueValue constructor

PointCloudColorUniqueValue({
  1. required Color color,
  2. required List<String> values,
})

Creates a PointCloudColorUniqueValue with the specified color and values.

Parameters:

  • color — The color used to symbolize the unique value.
  • values — A collection of string values to display using the corresponding color.