ColorMatrix.SetConcat(ColorMatrix, ColorMatrix) Method

Definition

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.

[Android.Runtime.Register("setConcat", "(Landroid/graphics/ColorMatrix;Landroid/graphics/ColorMatrix;)V", "GetSetConcat_Landroid_graphics_ColorMatrix_Landroid_graphics_ColorMatrix_Handler")]
public virtual void SetConcat (Android.Graphics.ColorMatrix? matA, Android.Graphics.ColorMatrix? matB);
[<Android.Runtime.Register("setConcat", "(Landroid/graphics/ColorMatrix;Landroid/graphics/ColorMatrix;)V", "GetSetConcat_Landroid_graphics_ColorMatrix_Landroid_graphics_ColorMatrix_Handler")>]
abstract member SetConcat : Android.Graphics.ColorMatrix * Android.Graphics.ColorMatrix -> unit
override this.SetConcat : Android.Graphics.ColorMatrix * Android.Graphics.ColorMatrix -> unit

Parameters

Attributes

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.

Java documentation for android.graphics.ColorMatrix.setConcat(android.graphics.ColorMatrix, 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.

Applies to