Function rin::graphics::circle_color [−][src]
pub fn circle_color<C>(
pos: &Point<f32, U2>,
r: f32,
resolution: u32,
color: &C
) -> Mesh<Vertex2DColor> where
C: ToRgba,
Returns a circle as a contour mesh with position and color info