Color

Color(int, int, int, int)

の新しいインスタンスを初期化しますColorclass.

public Color(int alpha, int red, int green, int blue)
パラメータ タイプ 説明
alpha Int32 0 ~ 255 のアルファ コンポーネント。
red Int32 から 255 までの赤のコンポーネント。
green Int32 0 から 255 までの緑の成分。
blue Int32 0 から 255 までの青の成分。

関連項目


Color(int, int, int)

の新しいインスタンスを初期化しますColorclass.

public Color(int red, int green, int blue)
パラメータ タイプ 説明
red Int32 から 255 までの赤のコンポーネント。
green Int32 0 から 255 までの緑の成分。
blue Int32 0 から 255 までの青の成分。

関連項目