Creates a ColorF structure from the specified 8-bit color values (red, green, and blue). The alpha value is implicitly fully opaque.
シンタックス
'宣言
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
参照