Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D.Effects Namespace / Brightness Class / BlackPoint Property

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