SKColorFilter.CreateColorMatrix(Single[]) Method

Definition

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.

Applies to