pub(crate) fn interpolate_color(c1: u32, c2: u32, t: f32) -> String
2色を補間して #RRGGBB or rgba(…) 文字列を返す。内部表現は 0xAARRGGBB。