Share via


OverlayProperties.IsMixedColorSpacesSupported Property

Definition

Indicates that hardware composition of two or more overlays with different colorspaces is supported on the device.

public bool IsMixedColorSpacesSupported { [Android.Runtime.Register("isMixedColorSpacesSupported", "()Z", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("isMixedColorSpacesSupported", "()Z", "", ApiSince=35)>]
member this.IsMixedColorSpacesSupported : bool

Property Value

True if the device can support mixed colorspaces efficiently, false if GPU composition fallback is otherwise required.

Attributes

Remarks

Indicates that hardware composition of two or more overlays with different colorspaces is supported on the device.

Java documentation for android.hardware.OverlayProperties.isMixedColorSpacesSupported().

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