指定された 8 ビットの色値 (赤、緑、青) から ColorF 構造体を作成します。アルファ値は暗黙的に完全に不透明です。
シンタックス
'宣言
Public Overloads Shared Function FromArgb( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
) As ColorF
public static ColorF FromArgb(
System.int ,
System.int ,
System.int
)
パラメータ
- red
- green
- blue
参照