Partager via


structure XPS_COLOR (xpsobjectmodel.h)

Contenu de la structure XPS_COLOR lorsque le colorType est XPS_COLOR_TYPE_CONTEXT.

Syntaxe

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;

Membres

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

Remarques

Pour plus d’informations sur l’interprétation ou l’application des valeurs dans les membres de cette structure, consultez spécification de papier XML.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 7, Windows Vista avec SP2 et Mise à jour de plateforme pour Windows Vista [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2008 R2, Windows Server 2008 avec SP2 et Mise à jour de plateforme pour Windows Server 2008 [applications de bureau uniquement]
En-tête xpsobjectmodel.h

Voir aussi

XML Paper Specification