midnightMatrix top-level constant

List<double> const midnightMatrix

Midnight color matrix for dark mode.

Implementation

const midnightMatrix = <double>[
  -0.33,
  -0.33,
  -0.33,
  0,
  255,
  -0.33,
  -0.33,
  -0.33,
  0,
  255,
  -0.33,
  -0.33,
  -0.33,
  0,
  255,
  0,
  0,
  0,
  1,
  0,
];