pub fn create_quad_vert_gradient( rect: Aabr<f32>, uv_rect: Aabr<f32>, top_color: Rgba<f32>, bottom_color: Rgba<f32>, mode: Mode, ) -> Quad<Vertex>