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
GDI 색과 알파 값을 D2D1_COLOR_F 개체로 변환합니다.
static D2D1_COLOR_F COLORREF_TO_D2DCOLOR(
COLORREF color,
int nAlpha = 255
);
color
RGB 값.
nAlpha
D2D1_COLOR_F 값입니다.
헤더: afxrendertarget.h