Android.Graphics.ColorMatrix.PreConcat Method
Concat this colormatrix with the specified prematrix.

Syntax

[Android.Runtime.Register("preConcat", "(Landroid/graphics/ColorMatrix;)V", "GetPreConcat_Landroid_graphics_ColorMatrix_Handler")]
public virtual void PreConcat (ColorMatrix prematrix)

Parameters

prematrix
Documentation for this section has not yet been entered.

Remarks

Concat this colormatrix with the specified prematrix. This is logically the same as calling setConcat(this, prematrix);

[Android Documentation]

Requirements

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