EffectFactory.EffectFilllight Field

Definition

Applies back-light filling to the image.

[Android.Runtime.Register("EFFECT_FILLLIGHT")]
public const string EffectFilllight;
[<Android.Runtime.Register("EFFECT_FILLLIGHT")>]
val mutable EffectFilllight : string

Field Value

Attributes

Remarks

Applies back-light filling to the image.

Available parameters:

<table> <tr><td>Parameter name</td><td>Meaning</td><td>Valid values</td></tr> <tr><td>strength</td> <td>The strength of the backlight.</td> <td>Float, between 0 and 1. Zero means no change.</td> </tr> </table>

Java documentation for android.media.effect.EffectFactory.EFFECT_FILLLIGHT.

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