matrix property

List<double> matrix
final

5x4 color matrix. This matrix is capable on both Android and iOS.

[ a, b, c, d, e,
  f, g, h, i, j,
  k, l, m, n, o,
  p, q, r, s, t ]

See also:

Implementation

final List<double> matrix;