[][src]Module sensehat_screen::color

RGB color for LED pixels, with RGB565 rendering support.

Structs

PixelColor

24-bit RGB color pixel.

Rgb565

RGB color stored as 16-bit digit, using RGB565 encoding/decoding.

Traits

BackgroundColor

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

StrokeColor

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