SurfaceGroupInterface<T> class abstract interface

Group of colors defined for surfaces in KatjasKleurplaat.

Implementers

Properties

color → T
The color on the background.
no setter
container → T
The color of the container.
no setter
containerHigh → T
The color of the high container.
no setter
containerHighest → T
The color of the highest container.
no setter
containerLow → T
The color of the low container.
no setter
containerLowest → T
The color of the lowest container.
no setter
hashCode int
The hash code for this object.
no setterinherited
The color of the link.
no setter
onColorContrast → T
The color on the surface with a higher contrast.
no setter
onColorContrastDim → T
The color on the surface with a lower contrast.
no setter
onColorSubtle → T
The color on the surface with a higher contrast, but more subtle.
no setter
onColorSubtleDim → T
The color on the surface with a lower contrast, but more subtle.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

lerp(covariant SurfaceGroupInterface<T>? other, double t) SurfaceGroupInterface<T>
Linearly interpolate with another object.
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