ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D.Effects Namespace / Brightness Class / WhitePoint Property

In This Topic
    WhitePoint Property
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property WhitePoint As Vector2
    public Vector2 WhitePoint {get; set;}
    See Also