Skip to content

Latest commit

 

History

History
77 lines (61 loc) · 2.71 KB

ne-d2d1effects-d2d1_arithmeticcomposite_prop.md

File metadata and controls

77 lines (61 loc) · 2.71 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:d2d1effects.D2D1_ARITHMETICCOMPOSITE_PROP
D2D1_ARITHMETICCOMPOSITE_PROP (d2d1effects.h)
Identifiers for the properties of the Arithmetic composite effect.
D2D1_ARITHMETICCOMPOSITE_PROP
D2D1_ARITHMETICCOMPOSITE_PROP enumeration [Direct2D]
D2D1_ARITHMETICCOMPOSITE_PROP_CLAMP_OUTPUT
D2D1_ARITHMETICCOMPOSITE_PROP_COEFFICIENTS
d2d1effects/D2D1_ARITHMETICCOMPOSITE_PROP
d2d1effects/D2D1_ARITHMETICCOMPOSITE_PROP_CLAMP_OUTPUT
d2d1effects/D2D1_ARITHMETICCOMPOSITE_PROP_COEFFICIENTS
direct2d.d2d1_arithmeticcomposite_prop
direct2d\d2d1_arithmeticcomposite_prop.htm
Direct2D
C3B1E6D9-2A8B-40C7-BE0C-C570F69C7DFB
12/05/2018
D2D1_ARITHMETICCOMPOSITE_PROP, D2D1_ARITHMETICCOMPOSITE_PROP enumeration [Direct2D], D2D1_ARITHMETICCOMPOSITE_PROP_CLAMP_OUTPUT, D2D1_ARITHMETICCOMPOSITE_PROP_COEFFICIENTS, d2d1effects/D2D1_ARITHMETICCOMPOSITE_PROP, d2d1effects/D2D1_ARITHMETICCOMPOSITE_PROP_CLAMP_OUTPUT, d2d1effects/D2D1_ARITHMETICCOMPOSITE_PROP_COEFFICIENTS, direct2d.d2d1_arithmeticcomposite_prop
d2d1effects.h
Windows
Windows
D2D1_ARITHMETICCOMPOSITE_PROP
19H1
D2D1_ARITHMETICCOMPOSITE_PROP
d2d1effects/D2D1_ARITHMETICCOMPOSITE_PROP
c++
APIRef
kbSyntax
HeaderDef
d2d1effects.h
D2D1_ARITHMETICCOMPOSITE_PROP

D2D1_ARITHMETICCOMPOSITE_PROP enumeration

-description

Identifiers for the properties of the Arithmetic composite effect.

-enum-fields

-field D2D1_ARITHMETICCOMPOSITE_PROP_COEFFICIENTS:0

The coefficients for the equation used to composite the two input images. The coefficients are unitless and unbounded.

Type is D2D1_VECTOR_4F.

Default value is {1.0f, 0.0f, 0.0f, 0.0f}.

-field D2D1_ARITHMETICCOMPOSITE_PROP_CLAMP_OUTPUT:1

The effect clamps color values to between 0 and 1 before the effect passes the values to the next effect in the graph. If you set this to TRUE the effect will clamp the values. If you set this to FALSE, the effect will not clamp the color values, but other effects and the output surface may clamp the values if they are not of high enough precision.

Type is BOOL.

Default value is FALSE.

-field D2D1_ARITHMETICCOMPOSITE_PROP_FORCE_DWORD:0xffffffff