Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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_TEMPERATUREValue: 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_TINTValue: 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_DWORDValue: 0xffffffff |
Requirements
| Requirement | Value |
|---|---|
| Header | d2d1effects_2.h |