EffectFactory.EffectBlackwhite Field

Definition

Adjusts the range of minimal and maximal color pixel intensities.

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

Field Value

Attributes

Remarks

Adjusts the range of minimal and maximal color pixel intensities.

Available parameters:

<table> <tr><td>Parameter name</td><td>Meaning</td><td>Valid values</td></tr> <tr><td>black</td> <td>The value of the minimal pixel.</td> <td>Float, between 0 and 1.</td> </tr> <tr><td>white</td> <td>The value of the maximal pixel.</td> <td>Float, between 0 and 1.</td> </tr> </table>

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

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