D2D1_TEMPERATUREANDTINT_PROP enumeration

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;

Constants

D2D1_TEMPERATUREANDTINT_PROP_TEMPERATURE

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

The D2D1_TEMPERATUREANDTINT_PROP_TINT propery 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.

Requirements

Header

D2d1effects_2.h

 

 

Show: