Partilhar via


CRenderTarget::COLORREF_TO_D2DCOLOR

Os valores de cor e de alfa converte GDI ao D2D1_COLOR_F objeto.

static D2D1_COLOR_F COLORREF_TO_D2DCOLOR(
   COLORREF color,
   int nAlpha = 255
);

Parâmetros

  • color
    Valor de RGB.

  • nAlpha

Valor de retorno

Valor de D2D1_COLOR_F.

Requisitos

Cabeçalho: afxrendertarget.h

Consulte também

Referência

Classe de CRenderTarget