Color 構造体
色を表す構造体
メンバー
コンストラクタ
Color(Byte, Byte, Byte)
Colorの新しいインスタンスを生成します。
Color(Byte, Byte, Byte, Byte)
Colorの新しいインスタンスを生成します。
Color(Int32, Int32, Int32, Int32)
Colorの新しいインスタンスを生成します。
フィールド
A
A値
B
B値
G
G値
R
R値
メソッド
Convert(Int32)
ToString()
このインスタンスを表す文字列を取得する
コンストラクタ
Color(Byte, Byte, Byte)
Colorの新しいインスタンスを生成します。
public Color(byte r, byte g, byte b)
パラメータ
r | R値 |
g | G値 |
b | B値 |
Color(Byte, Byte, Byte, Byte)
Colorの新しいインスタンスを生成します。
public Color(byte r, byte g, byte b, byte a)
パラメータ
r | R値 |
g | G値 |
b | B値 |
a | A値 |
Color(Int32, Int32, Int32, Int32)
Colorの新しいインスタンスを生成します。
public Color(int r, int g, int b, int a)
パラメータ
r | R値 |
g | G値 |
b | B値 |
a | A値 |
フィールド
A
A値
public byte A
B
B値
public byte B
G
G値
public byte G
R
R値
public byte R
メソッド
Convert(Int32)
static byte Convert(int value)
パラメータ
value |
戻り値
ToString()
このインスタンスを表す文字列を取得する
public override string ToString()
戻り値
このインスタンスを表す文字列