Android.Graphics.ColorMatrix.SetConcat Method
Set this colormatrix to the concatenation of the two specified colormatrices, such that the resulting colormatrix has the same effect as applying matB and then applying matA.

Syntax

[Android.Runtime.Register("setConcat", "(Landroid/graphics/ColorMatrix;Landroid/graphics/ColorMatrix;)V", "GetSetConcat_Landroid_graphics_ColorMatrix_Landroid_graphics_ColorMatrix_Handler")]
public virtual void SetConcat (ColorMatrix matA, ColorMatrix matB)

Parameters

matA
Documentation for this section has not yet been entered.
matB
Documentation for this section has not yet been entered.

Remarks

Set this colormatrix to the concatenation of the two specified colormatrices, such that the resulting colormatrix has the same effect as applying matB and then applying matA. It is legal for either matA or matB to be the same colormatrix as this.

[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