MediaQualityContract.PictureQuality.ParameterSharpness Field

Definition

The sharpness.

[Android.Runtime.Register("PARAMETER_SHARPNESS", ApiSince=36)]
public const string ParameterSharpness;
[<Android.Runtime.Register("PARAMETER_SHARPNESS", ApiSince=36)>]
val mutable ParameterSharpness : string

Field Value

Attributes

Remarks

The sharpness.

Sharpness value range are from 0 to 100 (inclusive), where 0 represents the minimum sharpness that makes the image appear softer with less defined edges, 100 represents the maximum sharpness that makes the image appear halos around objects due to excessive edges. The default/unmodified value for sharpness is 50.

Type: INTEGER

Java documentation for android.media.quality.MediaQualityContract.PictureQuality.PARAMETER_SHARPNESS.

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