[]
Builtin Brightness effect.
public class Brightness : Effect, IDisposable, IUnknown
Name | Description |
---|---|
Brightness(IntPtr) | Initializes a new instance of the Brightness class. |
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. |
Name | Description |
---|---|
Create(DeviceContext) | Initializes a new instance of Brightness effect. |