4 つの ARGB 成分 (アルファ、赤、緑、青) 値から ColorFUL 構造体を作成します。
シンタックス
'宣言
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
参照