ColorF::ColorF (UINT32,FLOAT) 方法 (d2d1helper.h)
具現化 ColorF 類別的新實例,其中包含指定的 RGB 和 Alpha 值。
語法
void ColorF(
UINT32 rgb,
FLOAT a
);
參數
rgb
類型: UINT32
要建構之色彩的 RGB 值。
a
類型: FLOAT
要建構之色彩的Alpha值。 Alpha 色板值的範圍從 0.0 到 1.0,其中 0.0 代表完全透明色彩,1.0 代表完全不透明色彩。 預設值為 1.0。
傳回值
無
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | 適用於 Windows Vista 的 Windows 7、Windows Vista SP2 和平臺更新 [僅限桌面應用程式] |
最低支援的伺服器 | Windows Server 2008 R2、Windows Server 2008 SP2 和 Platform Update for Windows Server 2008 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | d2d1helper.h |
程式庫 | D2d1.lib |
Dll | D2d1.dll |