Color::SetValue 方法 (gdipluscolor.h)
Color::SetValue 方法设置此 Color 对象的颜色。
语法
void SetValue(
[in] ARGB argb
);
参数
[in] argb
类型: ARGB
指定颜色的 32 位 ARGB 值。 ARGB 值合并颜色的 alpha、红色、绿色和蓝色分量。 ARGB 在 Gdipluspixelformats.h 中定义。
返回值
无
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows XP、Windows 2000 Professional [仅限桌面应用] |
最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] |
目标平台 | Windows |
标头 | gdipluscolor.h (包括 Gdiplus.h) |
Library | Gdiplus.lib |
DLL | Gdiplus.dll |