GradientEncode class
The specification of a gradient encode.
The definition of the Gradient value is relative to measurement of the mark item.
- Inheritance
-
- Object
- Encode<
Gradient> - ChannelEncode<
Gradient> - GradientEncode
Constructors
Properties
- encoder ↔ (Gradient Function(Tuple)?)
-
Indicates how to get encode value from a tuple directly.
read / writeinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
stops
↔ List<
double>? -
Stops corresponding to values.
read / writeinherited
-
updaters
↔ Map<
String, Map< bool, SelectionUpdater< Gradient>>>? -
Encode updaters when a selection occurs.
read / writeinherited
- value ↔ Gradient?
-
Indicates a encode value for all tuples directly.
read / writeinherited
-
values
↔ List<
Gradient>? -
Target encode values.
read / writeinherited
- variable ↔ String?
-
The variable this encode encodes from.
read / writeinherited
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