ColorConverters.FromUInt(UInt32) 方法

定义

从 UInt 创建新的 Color。

public static System.Drawing.Color FromUInt (uint argb);

参数

argb
System.UInt32

表示 argb 的单个值。

返回

System.Drawing.Color

Uint 中的新颜色

适用于