D2D1_TEMPERATUREANDTINT_PROP enumeration (d2d1effects_2.h)

Identifiers for properties of the Temperature and Tint effect.

Syntax

typedef enum D2D1_TEMPERATUREANDTINT_PROP {
  D2D1_TEMPERATUREANDTINT_PROP_TEMPERATURE = 0,
  D2D1_TEMPERATUREANDTINT_PROP_TINT = 1,
  D2D1_TEMPERATUREANDTINT_PROP_FORCE_DWORD = 0xffffffff
} ;

Constants

 
D2D1_TEMPERATUREANDTINT_PROP_TEMPERATURE
Value: 0
The D2D1_TEMPERATUREANDTINT_PROP_TEMPERATURE property is a float value specifying how much to increase or decrease the temperature of the input image. The allowed range is -1.0 to 1.0. The default value is 0.0.
D2D1_TEMPERATUREANDTINT_PROP_TINT
Value: 1
The D2D1_TEMPERATUREANDTINT_PROP_TINT property is a float value specifying how much to increase or decrease the tint of the input image. The allowed range is -1.0 to 1.0. The default value is 0.0.
D2D1_TEMPERATUREANDTINT_PROP_FORCE_DWORD
Value: 0xffffffff

Requirements

Requirement Value
Header d2d1effects_2.h