concat-color-matrices
v1.0.0
Published
Functions for combining color matrices
Downloads
81,875
Readme
concat-color-matrices
Functions for combining color matrices
Getting started
$ npm install concat-color-matrices --save
Reference
Functions
concatColorMatrices(matrices: Matrix[]): Matrix
concatTwoColorMatrices(matB: Matrix, matA: Matrix): Matrix
Matrix type
- A 4x5 matrix for color transformations represented by array - consult Android docs for more specific info about it's format
Credits
concatTwoColorMatrices
function is based on Android SDK sources