Color.FromInt
Color.FromInt method
要求された ARGB 値を持つ新しい Color を返します.
public static Color FromInt(int argb)
パラメータ | タイプ | 説明 |
---|---|---|
argb | Int32 | 色の ARGB 値を表す int。 |
戻り値
の新しいインスタンスColor
クラス
関連項目
- class Color
- 名前空間 Aspose.Svg.Drawing
- 組み立て Aspose.SVG
要求された ARGB 値を持つ新しい Color を返します.
public static Color FromInt(int argb)
パラメータ | タイプ | 説明 |
---|---|---|
argb | Int32 | 色の ARGB 値を表す int。 |
の新しいインスタンスColor
クラス