Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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_CONTEXTValor: 0 Información del espacio de color de origen. El tipo es ID2D1ColorContext. El valor predeterminado es NULL. |
D2D1_COLORMANAGEMENT_PROP_SOURCE_RENDERING_INTENTValor: 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_CONTEXTValor: 2 Información del espacio de colores de destino. El tipo es ID2D1ColorContext. El valor predeterminado es NULL. |
D2D1_COLORMANAGEMENT_PROP_DESTINATION_RENDERING_INTENTValor: 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_MODEValor: 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_QUALITYValor: 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_DWORDValor: 0xffffffff |
Requisitos
| Requisito | Valor |
|---|---|
| Header | d2d1effects.h |