ColorMatrix.PostConcat(ColorMatrix) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Concat this colormatrix with the specified postmatrix.
[Android.Runtime.Register("postConcat", "(Landroid/graphics/ColorMatrix;)V", "GetPostConcat_Landroid_graphics_ColorMatrix_Handler")]
public virtual void PostConcat(Android.Graphics.ColorMatrix? postmatrix);
[<Android.Runtime.Register("postConcat", "(Landroid/graphics/ColorMatrix;)V", "GetPostConcat_Landroid_graphics_ColorMatrix_Handler")>]
abstract member PostConcat : Android.Graphics.ColorMatrix -> unit
override this.PostConcat : Android.Graphics.ColorMatrix -> unit
Parameters
- postmatrix
- ColorMatrix
The matrix to concatenate after this matrix.
- Attributes
Remarks
This invokes SetConcat(ColorMatrix, ColorMatrix) with postmatrix and this matrix, applying this matrix first and postmatrix second.
Java documentation for android.graphics.ColorMatrix.postConcat(android.graphics.ColorMatrix).
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.