ColorMatrix.GetArray Method

Definition

Return the array of floats representing this colormatrix.

[Android.Runtime.Register("getArray", "()[F", "")]
public float[]? GetArray ();
[<Android.Runtime.Register("getArray", "()[F", "")>]
member this.GetArray : unit -> single[]

Returns

Single[]
Attributes

Remarks

Return the array of floats representing this colormatrix.

Java documentation for android.graphics.ColorMatrix.getArray().

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