Share via


Camera.Parameters.ColorEffect Property

Definition

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.

Applies to

See also