XPS_COLOR struttura (xpsobjectmodel.h)
Contenuto della struttura XPS_COLOR quando il colorType è XPS_COLOR_TYPE_CONTEXT.
Sintassi
typedef struct __MIDL___MIDL_itf_xpsobjectmodel_0000_0000_0024 {
XPS_COLOR_TYPE colorType;
union {
struct {
UINT8 alpha;
UINT8 red;
UINT8 green;
UINT8 blue;
} sRGB;
struct {
FLOAT alpha;
FLOAT red;
FLOAT green;
FLOAT blue;
} scRGB;
struct {
UINT8 channelCount;
FLOAT channels[9];
} context;
} value;
__MIDL___MIDL_itf_xpsobjectmodel_0000_0000_0028 __MIDL___MIDL_itf_xpsobjectmodel_0000_0000_0028;
} XPS_COLOR;
Members
colorType
value
value.sRGB
value.sRGB.alpha
value.sRGB.red
value.sRGB.green
value.sRGB.blue
value.scRGB
value.scRGB.alpha
value.scRGB.red
value.scRGB.green
value.scRGB.blue
value.context
value.context.channelCount
value.context.channels[9]
__MIDL___MIDL_itf_xpsobjectmodel_0000_0000_0028
Commenti
Per informazioni su come interpretare o applicare i valori nei membri di questa struttura, vedere La specifica xml paper.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 7, Windows Vista con SP2 e Aggiornamento della piattaforma per Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 R2, Windows Server 2008 con SP2 e Platform Update per Windows Server 2008 [solo app desktop] |
Intestazione | xpsobjectmodel.h |