concat-color-matrices
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

concat-color-matrices

npm version CircleCI codecov Dependency Status devDependencies Status typings included npm

Functions for combining color matrices

Getting started

$ npm install concat-color-matrices --save

Reference

Functions

concatColorMatrices(matricesMatrix[])Matrix
concatTwoColorMatrices(matBMatrix, matAMatrix)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

Readme

Keywords

Package Sidebar

Install

npm i concat-color-matrices

Weekly Downloads

13,727

Version

1.0.0

License

MIT

Unpacked Size

10.8 kB

Total Files

8

Last publish

Collaborators

  • iyegoroff