Share via


Camera.Parameters.SupportedWhiteBalance Property

Definition

Caution

deprecated

Gets the supported white balance.

[System.Obsolete("deprecated")]
public virtual System.Collections.Generic.IList<string>? SupportedWhiteBalance { [Android.Runtime.Register("getSupportedWhiteBalance", "()Ljava/util/List;", "GetGetSupportedWhiteBalanceHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getSupportedWhiteBalance", "()Ljava/util/List;", "GetGetSupportedWhiteBalanceHandler")>]
member this.SupportedWhiteBalance : System.Collections.Generic.IList<string>

Property Value

a list of supported white balance. null if white balance setting is not supported.

Attributes

Remarks

Gets the supported white balance.

Java documentation for android.hardware.Camera.Parameters.getSupportedWhiteBalance().

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

See also