pub fn serialize_color_as_array<S: Serializer>(
    color: &Color,
    s: S
) -> Result<S::Ok, S::Error>