Android.Renderscripts.ScriptIntrinsicColorMatrix.SetColorMatrix Method
Set the color matrix which will be applied to each cell of the image.

Syntax

[Android.Runtime.Register("setColorMatrix", "(Landroid/renderscript/Matrix3f;)V", "")]
public void SetColorMatrix (Matrix3f m)

Parameters

m
The 3x3 matrix to set.

Remarks

Set the color matrix which will be applied to each cell of the image. This will set the alpha channel to be a copy.

[Android Documentation]

Requirements

Namespace: Android.Renderscripts
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 17