[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.Effects.Brightness

Brightness Class

Builtin Brightness effect.

Implements
Namespace: C1.Util.DX.Direct2D.Effects
Assembly: C1.Win.C1DX.4.8.dll
Syntax
public class Brightness : Effect, IDisposable, IUnknown

Constructors

Name Description
Brightness(IntPtr)

Initializes a new instance of the Brightness class.

Properties

Name Description
BlackPoint

The lower portion of the brightness transfer curve. The black point adjusts the appearance of the darker portions of the image. This property is for both the x value and the y value, in that order. Each of the values of this property are between 0 and 1, inclusive.

WhitePoint

The upper portion of the brightness transfer curve. The white point adjusts the appearance of the brighter portions of the image. This property is for both the x value and the y value, in that order. Each of the values of this property are between 0 and 1, inclusive.

Methods

Name Description
Create(DeviceContext)

Initializes a new instance of Brightness effect.