Skip to content

iyegoroff/concat-color-matrices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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(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

About

Functions for combining color matrices

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published