HighlightCurveEffect Class

Definition

Increases or decreases the value of a color channel if that channel already has a value that is above half intensity.

C#
public class HighlightCurveEffect : System.Drawing.Imaging.Effects.ColorCurveEffect
Inheritance
HighlightCurveEffect

Remarks

You can use this effect to get more definition in the light areas of an image without affecting the dark areas.

Constructors

HighlightCurveEffect(CurveChannel, Int32)

Creates a new HighlightCurveEffect with the given highlight adjustment.

Properties

Channel

Gets the channel or channels that the effect is applied to.

(Inherited from ColorCurveEffect)
Highlight

Gets the highlight value.

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

(Inherited from Effect)
Dispose(Boolean)

Releases the unmanaged resources used by the Effect and optionally releases the managed resources.

(Inherited from Effect)

Applies to

产品 版本
.NET 9 (package-provided), 10 (package-provided)
Windows Desktop 9, 10