Type Definition conrod::widget::primitive::shape::triangles::ColoredPoint [] [src]

type ColoredPoint = (Point, Rgba);

A point with an associated color.

Trait Implementations

impl Vertex for ColoredPoint
[src]

The x y location of the vertex.

Add the given vector onto the position of self and return the result.