Color.FromUint

Color.FromUint method

要求された ARGB 値を持つ新しい Color を返します.

public static Color FromUint(uint argb)
パラメータタイプ説明
argbUInt32色の ARGB 値を表す uint。

戻り値

の新しいインスタンスColorクラス

関連項目