Initializes a new instance of the
PaletteColor struct.
シンタックス
'宣言
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
- The red component of the color.
- green
- The green component of the color.
- blue
- The blue component of the color.
- alpha
- The alpha component of the color.
参照