Table of Contents

Class Brightness

Namespace
SharpDX.Direct2D1.Effects
Assembly
SharpDX.Direct2D1.dll

Built in Brightness effect.

public class Brightness : Effect
Inheritance
Brightness
Inherited Members

Constructors

Brightness(DeviceContext)

Initializes a new instance of Brightness effect.

public Brightness(DeviceContext context)

Parameters

context DeviceContext

Properties

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.

public RawVector2 BlackPoint { get; set; }

Property Value

RawVector2

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.

public RawVector2 WhitePoint { get; set; }

Property Value

RawVector2