IDCompositionBrightnessEffect

An IDCompositionBrightnessEffect interface represents a brightness filter effect

Members

Functions

SetBlackPoint
HRESULT SetBlackPoint(const(D2D1_VECTOR_2F)* blackPoint)

Changes the value of black point property

SetBlackPointX
HRESULT SetBlackPointX(float blackPointX)

Changes the X value of the black point property.

SetBlackPointY
HRESULT SetBlackPointY(float blackPointY)

Changes the Y value of the black point property.

SetWhitePoint
HRESULT SetWhitePoint(const(D2D1_VECTOR_2F)* whitePoint)

Changes the value of white point property.

SetWhitePointX
HRESULT SetWhitePointX(float whitePointX)

Changes the X value of the white point property.

SetWhitePointY
HRESULT SetWhitePointY(float whitePointY)

Changes the Y value of the white point property.

Inherited Members

From IDCompositionFilterEffect

SetInput
HRESULT SetInput(UINT index, IUnknown input, UINT flags)

Sets the input at the given index to the filterEffect (NULL will use source visual, unless flagged otherwise)

Meta