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