Share via


enumeración D2D1_COLOR_INTERPOLATION_MODE (d2d1_1.h)

Define cómo interpolar entre colores.

Syntax

typedef enum D2D1_COLOR_INTERPOLATION_MODE {
  D2D1_COLOR_INTERPOLATION_MODE_STRAIGHT = 0,
  D2D1_COLOR_INTERPOLATION_MODE_PREMULTIPLIED = 1,
  D2D1_COLOR_INTERPOLATION_MODE_FORCE_DWORD = 0xffffffff
} ;

Constantes

 
D2D1_COLOR_INTERPOLATION_MODE_STRAIGHT
Valor: 0
Los colores se interpolan con alfa recto.
D2D1_COLOR_INTERPOLATION_MODE_PREMULTIPLIED
Valor: 1
Los colores se interpolan con alfa premultiplicado.
D2D1_COLOR_INTERPOLATION_MODE_FORCE_DWORD
Valor: 0xffffffff

Requisitos

Requisito Valor
Header d2d1_1.h