Share via


enumeración D2D1_COLORMANAGEMENT_PROP (d2d1effects.h)

Identificadores de las propiedades del efecto de administración de colores.

Syntax

typedef enum D2D1_COLORMANAGEMENT_PROP {
  D2D1_COLORMANAGEMENT_PROP_SOURCE_COLOR_CONTEXT = 0,
  D2D1_COLORMANAGEMENT_PROP_SOURCE_RENDERING_INTENT = 1,
  D2D1_COLORMANAGEMENT_PROP_DESTINATION_COLOR_CONTEXT = 2,
  D2D1_COLORMANAGEMENT_PROP_DESTINATION_RENDERING_INTENT = 3,
  D2D1_COLORMANAGEMENT_PROP_ALPHA_MODE = 4,
  D2D1_COLORMANAGEMENT_PROP_QUALITY = 5,
  D2D1_COLORMANAGEMENT_PROP_FORCE_DWORD = 0xffffffff
} ;

Constantes

 
D2D1_COLORMANAGEMENT_PROP_SOURCE_COLOR_CONTEXT
Valor: 0
Información del espacio de color de origen.


El tipo es ID2D1ColorContext.

El valor predeterminado es NULL.
D2D1_COLORMANAGEMENT_PROP_SOURCE_RENDERING_INTENT
Valor: 1
Qué intención de representación de ICC se va a usar.


El tipo es D2D1_COLORMANAGEMENT_RENDERING_INTENT.

El valor predeterminado es D2D1_COLORMANAGEMENT_RENDERING_INTENT_PERCEPTUAL.
D2D1_COLORMANAGEMENT_PROP_DESTINATION_COLOR_CONTEXT
Valor: 2
Información del espacio de colores de destino.


El tipo es ID2D1ColorContext.

El valor predeterminado es NULL.
D2D1_COLORMANAGEMENT_PROP_DESTINATION_RENDERING_INTENT
Valor: 3
Qué intención de representación de ICC se va a usar.


El tipo es D2D1_COLORMANAGEMENT_RENDERING_INTENT.

El valor predeterminado es D2D1_COLORMANAGEMENT_RENDERING_INTENT_PERCEPTUAL.
D2D1_COLORMANAGEMENT_PROP_ALPHA_MODE
Valor: 4
Interpretación de los datos alfa contenidos en la imagen de entrada.


El tipo es D2D1_COLORMANAGEMENT_ALPHA_MODE.

El valor predeterminado es D2D1_COLORMANAGEMENT_ALPHA_MODE_PREMULTIPLIED.
D2D1_COLORMANAGEMENT_PROP_QUALITY
Valor: 5
Nivel de calidad de la transformación.


El tipo es D2D1_COLORMANAGEMENT_QUALITY.

El valor predeterminado es D2D1_COLORMANAGEMENT_QUALITY_NORMAL.
D2D1_COLORMANAGEMENT_PROP_FORCE_DWORD
Valor: 0xffffffff

Requisitos

Requisito Valor
Header d2d1effects.h