Creates a ColorF structure from the four ARGB component (alpha, red, green, and blue) values.
シンタックス
'宣言
Public Overloads Shared Function FromArgb( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
) As ColorF
public static ColorF FromArgb(
System.int ,
System.int ,
System.int ,
System.int
)
パラメータ
- alpha
- red
- green
- blue
参照