schemeGnBu top-level property Sequential schemes

List<List<String>?> schemeGnBu
final

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

{@category Sequential schemes}

Implementation

final List<List<String>?> schemeGnBu = List.filled(10, null)
  ..setRange(
      3,
      10,
      [
        "e0f3dba8ddb543a2ca",
        "f0f9e8bae4bc7bccc42b8cbe",
        "f0f9e8bae4bc7bccc443a2ca0868ac",
        "f0f9e8ccebc5a8ddb57bccc443a2ca0868ac",
        "f0f9e8ccebc5a8ddb57bccc44eb3d32b8cbe08589e",
        "f7fcf0e0f3dbccebc5a8ddb57bccc44eb3d32b8cbe08589e",
        "f7fcf0e0f3dbccebc5a8ddb57bccc44eb3d32b8cbe0868ac084081"
      ].map(colors));