[]
Builtin Brightness effect.
public class Brightness : Effect, IDisposable, IUnknown
Initializes a new instance of the Brightness class.
public Brightness(IntPtr nativePtr)
nativePtr
System.IntPtrThe native pointer.
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.
public Vector2 BlackPoint { get; set; }
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.
public Vector2 WhitePoint { get; set; }
Initializes a new instance of Brightness effect.
public static Brightness Create(DeviceContext context)
context
DeviceContext