Bitmap for UWP
PaletteColor コンストラクタ(Int32,Int32,Int32,Int32)

C1.UWP.Bitmap アセンブリ > C1.Xaml.Bitmap 名前空間 > PaletteColor 構造体 > PaletteColor コンストラクタ : PaletteColor コンストラクタ(Int32,Int32,Int32,Int32)
色の赤成分。
色の緑成分。
色の青成分。
色のアルファ成分。
PaletteColor構造の新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal red As System.Integer, _
   ByVal green As System.Integer, _
   ByVal blue As System.Integer, _
   Optional ByVal alpha As System.Integer _
)
public PaletteColor( 
   System.int red,
   System.int green,
   System.int blue,
   System.int alpha
)

パラメータ

red
色の赤成分。
green
色の緑成分。
blue
色の青成分。
alpha
色のアルファ成分。
参照

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