Struttura MFARGB (mfobjects.h)

Descrive un valore di colore ARGB.

Sintassi

typedef struct _MFARGB {
  BYTE rgbBlue;
  BYTE rgbGreen;
  BYTE rgbRed;
  BYTE rgbAlpha;
} MFARGB;

Members

rgbBlue

Valore blu.

rgbGreen

Valore verde.

rgbRed

Valore rosso.

rgbAlpha

Valore alfa.

Requisiti

   
Client minimo supportato Windows Vista [app desktop | App UWP]
Server minimo supportato Windows Server 2008 [app desktop | App UWP]
Intestazione mfobjects.h (include Mfidl.h)

Vedi anche

MFPaletteEntry Union

Strutture di Media Foundation