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

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

fn set_stroke_color(&mut self, color: PixelColor)[src]

Sets the stroke color.

fn get_stroke_color(&self) -> PixelColor[src]

Gets the stroke color.

Loading content...

Implementors

impl StrokeColor for FontFrame[src]

Loading content...