Camera.Parameters.ColorEffect 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 current color effect setting. -or- Sets the current color effect setting.
[System.Obsolete("deprecated")]
public virtual string? ColorEffect { [Android.Runtime.Register("getColorEffect", "()Ljava/lang/String;", "GetGetColorEffectHandler")] get; [Android.Runtime.Register("setColorEffect", "(Ljava/lang/String;)V", "GetSetColorEffect_Ljava_lang_String_Handler")] set; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getColorEffect", "()Ljava/lang/String;", "GetGetColorEffectHandler")>]
[<set: Android.Runtime.Register("setColorEffect", "(Ljava/lang/String;)V", "GetSetColorEffect_Ljava_lang_String_Handler")>]
member this.ColorEffect : string with get, set
Property Value
current color effect. null if color effect setting is not supported.
- Attributes
Remarks
Property getter documentation:
Gets the current color effect setting.
Java documentation for android.hardware.Camera.Parameters.getColorEffect()
.
Property setter documentation:
Sets the current color effect setting.
Java documentation for android.hardware.Camera.Parameters.setColorEffect(java.lang.String)
.
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.