MidTone

EmfPlusLevelsEffect.MidTone property

Gets or sets the Specifies how much to lighten or darken the midtones of an image. Color channel values in the middle of the intensity range are altered more than values near the high or low ends, which means an image can be lightened or darkened without losing the contrast between the darkest and lightest portions of the image. -100 ≤ value < 0 Specifies that midtones are made darker. 0 Specifies that midtones MUST NOT change. 0 < value ≤ 100 Specifies that midtones are made lighter.

public int MidTone { get; set; }

Property Value

The mid tone.

See Also