SKColorFilter.CreateColorMatrix(Single[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new color filter that transforms a color by a 4x5 (row-major) matrix.
public static SkiaSharp.SKColorFilter CreateColorMatrix (float[] matrix);
Parameters
- matrix
- Single[]
An array of ColorMatrixSize elements.
Returns
Returns the new SKColorFilter.
Remarks
The matrix is in row-major order and the translation column is specified in unnormalized, 0...255, space.