Camera.Parameters.SupportedWhiteBalance Property
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.
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.