pub type DrawingTri<'a> = Drawing<'a, Tri>;
Expand description
The drawing context for a Tri
.
Aliased Type§
struct DrawingTri<'a> { /* private fields */ }
Implementations§
source§impl<'a> DrawingTri<'a>
impl<'a> DrawingTri<'a>
sourcepub fn stroke<C>(self, color: C) -> Selfwhere
C: IntoLinSrgba<ColorScalar>,
pub fn stroke<C>(self, color: C) -> Selfwhere
C: IntoLinSrgba<ColorScalar>,
Stroke the outline with the given color.