Camera.Parameters.SupportedColorEffects 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 color effects.
[System.Obsolete("deprecated")]
public virtual System.Collections.Generic.IList<string>? SupportedColorEffects { [Android.Runtime.Register("getSupportedColorEffects", "()Ljava/util/List;", "GetGetSupportedColorEffectsHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getSupportedColorEffects", "()Ljava/util/List;", "GetGetSupportedColorEffectsHandler")>]
member this.SupportedColorEffects : System.Collections.Generic.IList<string>
Property Value
a list of supported color effects. null if color effect setting is not supported.
- Attributes
Remarks
Gets the supported color effects.
Java documentation for android.hardware.Camera.Parameters.getSupportedColorEffects()
.
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.