Module px

Source
Expand description

Pixel format from the rgb crate.

Structs§

Gray
A Grayscale pixel (rgb crate v0.8)
RGB
A Red + Green + Blue pixel.
RGBA
A Red + Green + Blue + Alpha pixel.

Traits§

PixelFormat
Use Pixel presets to specify pixel format.