ColorantRgb.ColorantRgb

ColorantRgb()

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

public ColorantRgb()

関連項目


ColorantRgb(byte, byte, byte)

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

public ColorantRgb(byte red, byte green, byte blue)
パラメータタイプ説明
redByte赤のコンポーネント値。
greenByte緑の成分値。
blueByte青の成分値。

関連項目