Functions for combining color matrices
$ npm install concat-color-matrices --save
concatColorMatrices(matrices: Matrix[]): Matrix
concatTwoColorMatrices(matB: Matrix, matA: Matrix): Matrix- A 4x5 matrix for color transformations represented by array - consult Android docs for more specific info about it's format
concatTwoColorMatricesfunction is based on Android SDK sources