enumerazione D2D1_CONTRAST_PROP (d2d1effects_2.h)
Identificatori per le proprietà dell'effetto Contrasto.
Sintassi
typedef enum D2D1_CONTRAST_PROP {
D2D1_CONTRAST_PROP_CONTRAST = 0,
D2D1_CONTRAST_PROP_CLAMP_INPUT = 1,
D2D1_CONTRAST_PROP_FORCE_DWORD = 0xffffffff
} ;
Costanti
D2D1_CONTRAST_PROP_CONTRAST Valore: 0 La proprietà D2D1_CONTRAST_PROP_CONTRAST è un valore float che indica la quantità in base alla quale regolare il contrasto dell'immagine. I valori negativi riducono il contrasto, mentre i valori positivi aumentano il contrasto. Il valore minimo è -1,0f, il valore massimo è 1,0f. Il valore predefinito per la proprietà è 0,0f. |
D2D1_CONTRAST_PROP_CLAMP_INPUT Valore: 1 La proprietà D2D1_CONTRAST_PROP_CLAMP_INPUT è un valore booleano che indica se bloccare l'input a [0.0, 1.0]. Il valore predefinito per la proprietà è FALSE. |
D2D1_CONTRAST_PROP_FORCE_DWORD Valore: 0xffffffff |
Requisiti
Requisito | Valore |
---|---|
Intestazione | d2d1effects_2.h (includere D2d1_effects_2.h) |