MediaQualityContract.PictureQuality.ParameterSharpness Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.