schemeReds top-level property Sequential schemes

List<List<String>?> schemeReds
final

The “Reds” discrete sequential color scheme of size k in 3–9.

{@category Sequential schemes}

Implementation

final List<List<String>?> schemeReds = List.filled(10, null)
  ..setRange(
      3,
      10,
      [
        "fee0d2fc9272de2d26",
        "fee5d9fcae91fb6a4acb181d",
        "fee5d9fcae91fb6a4ade2d26a50f15",
        "fee5d9fcbba1fc9272fb6a4ade2d26a50f15",
        "fee5d9fcbba1fc9272fb6a4aef3b2ccb181d99000d",
        "fff5f0fee0d2fcbba1fc9272fb6a4aef3b2ccb181d99000d",
        "fff5f0fee0d2fcbba1fc9272fb6a4aef3b2ccb181da50f1567000d"
      ].map(colors));