Trait sensehat_screen::color::StrokeColor[][src]

pub trait StrokeColor {
    fn set_stroke_color(&mut self, color: PixelColor);
fn get_stroke_color(&self) -> PixelColor; }

Common trait for types that can be rendered into a PixelFrame, with a stroke color.

Required Methods

Sets the stroke color.

Gets the stroke color.

Implementors