schemeGreys top-level property Sequential schemes
The “Greys” discrete sequential color scheme of size k in 3–9.
{@category Sequential schemes}
Implementation
final List<List<String>?> schemeGreys = List.filled(10, null)
..setRange(
3,
10,
[
"f0f0f0bdbdbd636363",
"f7f7f7cccccc969696525252",
"f7f7f7cccccc969696636363252525",
"f7f7f7d9d9d9bdbdbd969696636363252525",
"f7f7f7d9d9d9bdbdbd969696737373525252252525",
"fffffff0f0f0d9d9d9bdbdbd969696737373525252252525",
"fffffff0f0f0d9d9d9bdbdbd969696737373525252252525000000"
].map(colors));