AmbientBacklightMetadata.GetZoneColors 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.
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
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.