Click or drag to resize
BrightnessEffectWhitePoint Property
Sets the white point of the brightness transfer curve. This controls the appearance of lighter parts of the image. Default value (1,1).

Namespace:  Microsoft.Graphics.Canvas.Effects
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public Vector2 WhitePoint { get; set; }

Property Value

Type: Vector2
See Also