MESCIUS SPREAD for Windows Forms 15.0J
CreateArgbColor(Int32,Int32,Int32,Byte) メソッド

赤成分。
緑成分。
青成分。
アルファ成分。
ARGB色を作成します。
構文
'宣言
 
Public Overloads Shared Function CreateArgbColor( _
   ByVal red As Integer, _
   ByVal green As Integer, _
   ByVal blue As Integer, _
   Optional ByVal alpha As Byte _
) As SchemeColor
public static SchemeColor CreateArgbColor( 
   int red,
   int green,
   int blue,
   byte alpha
)

パラメータ

red
赤成分。
green
緑成分。
blue
青成分。
alpha
アルファ成分。

戻り値の型

色を表すSchemeColor値。
参照

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

 

 


© MESCIUS inc. All rights reserved.