ColorAccessor<D, T> typedef
ColorAccessor<D, T> =
Color Function(D domain, T value)
Defines the color of a value of type T which is located in the domain D.
Implementation
typedef ColorAccessor<D, T> = Color Function(D domain, T value);