次の方法で共有


CRenderTarget::COLORREF_TO_D2DCOLOR

GDI の色およびアルファ値を D2D1_COLOR_F オブジェクトに変換します。

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

パラメーター

  • color
    RGB 値。

  • nAlpha

戻り値

D2D1_COLOR_F の値。

必要条件

ヘッダー: afxrendertarget.h

参照

関連項目

CRenderTarget クラス