pub fn push_gradient_quad( out: &mut Vec<GradientVertex>, x: f32, y: f32, w: f32, h: f32, )
Append six gradient vertices covering (x, y, w, h).
(x, y, w, h)