brightMatrix top-level constant

List<double> const brightMatrix

Color filter matrix for bright effect.

Implementation

const List<double> brightMatrix = [
  1.2, 0, 0, 0, 0,
  0, 1.2, 0, 0, 0,
  0, 0, 1.2, 0, 0,
  0, 0, 0, 1, 0,
];