PointCloudColorStop class final

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.

Implemented types

Constructors

PointCloudColorStop({required Color color, required double value})
Creates a color stop with the specified color and value.
factory

Properties

color Color
The color for the stop.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
label String
The label for the stop.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value double
Specifies the data value to map to the given color.
getter/setter pair

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