LinearPalette<T> class

Inheritance

Constructors

LinearPalette()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(T value) int
override
contains(T value) bool
override
from(Palette<T> other) → void
inherited
get(int id) → T
override
idOf(T value) int
override
iterate(void biConsumer(T value, int id)) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
size() int
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited