EffectFactory.EffectSharpen Field

Definition

Sharpens the image.

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

Field Value

Attributes

Remarks

Sharpens the image.

Available parameters:

<table> <tr><td>Parameter name</td><td>Meaning</td><td>Valid values</td></tr> <tr><td>scale</td> <td>The degree of sharpening.</td> <td>Float, between 0 and 1. 0 means no change.</td> </tr> </table>

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

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