Share via


AmbientBacklightMetadata.GetZoneColors Method

Definition

Gets color data of all available color zones.

[Android.Runtime.Register("getZoneColors", "()[I", "", ApiSince=36)]
public int[] GetZoneColors();
[<Android.Runtime.Register("getZoneColors", "()[I", "", ApiSince=36)>]
member this.GetZoneColors : unit -> int[]

Returns

Int32[]

an array of color data, in row by row (left-to-right then top-to-bottom) order of the color zones.

Attributes

Remarks

Gets color data of all available color zones.

The format of the color data can be found at #getColorFormat().

Java documentation for android.media.quality.AmbientBacklightMetadata.getZoneColors().

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