SinglePalette class
Constructors
- SinglePalette(ColorMixer mixer)
Properties
- color0 ↔ Color
-
getter/setter pair
- color100 ↔ Color
-
getter/setter pair
- color1000 ↔ Color
-
getter/setter pair
- color200 ↔ Color
-
getter/setter pair
- color300 ↔ Color
-
getter/setter pair
- color400 ↔ Color
-
getter/setter pair
- color50 ↔ Color
-
getter/setter pair
- color500 ↔ Color
-
getter/setter pair
- color600 ↔ Color
-
getter/setter pair
- color700 ↔ Color
-
getter/setter pair
- color800 ↔ Color
-
getter/setter pair
- color900 ↔ Color
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- mixer → ColorMixer
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
-
operator [](
int value) → Color?