4x5 color-matrix helpers (CanvasKit ColorMatrixHelpers). Each method
returns a 20-element row-major matrix for ColorFilter.MakeMatrix.
Use to build hue-rotate / saturation / brightness grades.
Type Declaration
concat: function
concat(outer:number[],inner:number[]):number[]
Concatenate two matrices: applies inner, then outer.
4x5 color-matrix helpers (CanvasKit
ColorMatrixHelpers). Each method returns a 20-element row-major matrix forColorFilter.MakeMatrix. Use to build hue-rotate / saturation / brightness grades.