// 変換する色の条件式をユーザーに入力してもらう string condition = input( "透明化する色の条件は?", "(r < 50 && g >= 80) || b > 100" );