Android.Graphics.ColorMatrix.PostConcat Method
Concat this colormatrix with the specified postmatrix.

Syntax

[Android.Runtime.Register("postConcat", "(Landroid/graphics/ColorMatrix;)V", "GetPostConcat_Landroid_graphics_ColorMatrix_Handler")]
public virtual void PostConcat (ColorMatrix postmatrix)

Parameters

postmatrix
Documentation for this section has not yet been entered.

Remarks

Concat this colormatrix with the specified postmatrix. This is logically the same as calling setConcat(postmatrix, 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