Module framebuffer::pixel
source · Expand description
Defines the Pixel
trait as well as basic pixel formats, like RBG/RBGA.
Structs
- An Alpha Pixel is a pixel with an alpha channel
- An RGB Pixel is a pixel with no extra channel.
Traits
- A pixel provides methods to blend with others.