ColorMatrixColorFilter.GetColorMatrix(ColorMatrix) Method

Definition

Copies the ColorMatrix from the filter into the passed ColorMatrix.

[Android.Runtime.Register("getColorMatrix", "(Landroid/graphics/ColorMatrix;)V", "GetGetColorMatrix_Landroid_graphics_ColorMatrix_Handler", ApiSince=26)]
public virtual void GetColorMatrix (Android.Graphics.ColorMatrix? colorMatrix);
[<Android.Runtime.Register("getColorMatrix", "(Landroid/graphics/ColorMatrix;)V", "GetGetColorMatrix_Landroid_graphics_ColorMatrix_Handler", ApiSince=26)>]
abstract member GetColorMatrix : Android.Graphics.ColorMatrix -> unit
override this.GetColorMatrix : Android.Graphics.ColorMatrix -> unit

Parameters

colorMatrix
ColorMatrix

Set to the current value of the filter's ColorMatrix.

Attributes

Remarks

Copies the ColorMatrix from the filter into the passed ColorMatrix.

Java documentation for android.graphics.ColorMatrixColorFilter.getColorMatrix(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