Property WhitePoint
- Namespace
- PaintDotNet.Direct2D1.Effects
- Assembly
- PaintDotNet.Windows.Core.dll
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.
The default value is { 1.0f, 1.0f }.
public EffectPropertyAccessor<Vector2Float> WhitePoint { get; }