Function rin::graphics::vertex::vertex2dcolor [−][src]
pub fn vertex2dcolor<C>(
position: Matrix<f32, U2, U1, <DefaultAllocator as Allocator<f32, U2, U1>>::Buffer>,
color: &C
) -> Vertex2DColor where
C: ToRgba,