pub fn toml_vec4(v: &Value) -> Option<[f32; 4]>
Extract [f32; 4] from a TOML array of 4+ numbers.
[f32; 4]