PointCloudColorUniqueValue class final
Defines a color used to render points with a specific value.
A unique value is paired with a specific color. Points with the specified value are assigned the corresponding color.
- Implemented types
Constructors
-
PointCloudColorUniqueValue({required Color color, required List<
String> values}) -
Creates a PointCloudColorUniqueValue with the specified color and
values.
factory
Properties
- color ↔ Color
-
The color used to symbolize the unique value.
getter/setter pair
- description ↔ String
-
The description for the unique value.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- label ↔ String
-
The label for the unique value.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
values
→ List<
String> -
A collection of string values to display using the corresponding color.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited