Bitmap for WPF
FromArgb(Int32,Int32,Int32,Int32) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > ColorF 構造体 > FromArgb メソッド : FromArgb(Int32,Int32,Int32,Int32) メソッド
Creates a ColorF structure from the four ARGB component (alpha, red, green, and blue) values.
シンタックス
'宣言
 
Public Overloads Shared Function FromArgb( _
   ByVal alpha As System.Integer, _
   ByVal red As System.Integer, _
   ByVal green As System.Integer, _
   ByVal blue As System.Integer _
) As ColorF
public static ColorF FromArgb( 
   System.int alpha,
   System.int red,
   System.int green,
   System.int blue
)

パラメータ

alpha
red
green
blue
参照

ColorF 構造体
ColorF メンバ
オーバーロード一覧