PaletteColor 構造体の新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
Optional ByVal As System.Integer _
)
public PaletteColor(
System.int ,
System.int ,
System.int ,
System.int
)
パラメータ
- red
- 色の赤成分。
- green
- 色の緑成分。
- blue
- 色の青成分。
- alpha
- 色のアルファ成分。
参照