// 変換後の色を定義(透明以外の色にしたい場合はここを書き換える) int toRed = 0; // 赤成分 int toGreen = 0; // 青成分 int toBlue = 0; // 緑成分 int toAlpha = 0; // 不透明度(0で完全な透明、255で完全な不透明)