Table of Contents

Property BlackPoint

Namespace
PaintDotNet.Direct2D1.Effects
Assembly
PaintDotNet.Windows.Core.dll

BlackPoint

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.
The default value is { 0.0f, 0.0f }.

public EffectPropertyAccessor<Vector2Float> BlackPoint { get; }

Property Value

EffectPropertyAccessor<Vector2Float>