Function rin::graphics::ellipse_color [−][src]
pub fn ellipse_color<C>(
pos: &Point<f32, U2>,
w: f32,
h: f32,
resolution: u32,
color: &C
) -> Mesh<Vertex2DColor> where
C: ToRgba,
Returns an ellipse as a filled mesh with position and color info