コンストラクターのバリアント
new Color(int rgb)
と
new Color(int r, int g, int b)
との変換を可能します。